#B41851

Color #B41851 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B41851

Tints of Jazzberry Jam #B41851

Color information

#B41851 (or 0xB41851) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 18 and 51. RGB value is (180,24,81). Sum of RGB (Red+Green+Blue) = 180+24+81=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B41851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41851 is #4BE7AE. Grayscale: #4D4D4D. Windows color (decimal): -4974511 or 5314740. OLE color: 5314740.

HSL color Cylindrical-coordinate representation of color #B41851: hue angle of 338.08º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41851 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB1802481-
CMYK00.870.550.29
HSL338.08º76.47%40%-
HSV(B)338.08º86.67%70.59%-
XYZ20.6310.958.81-
YUV77.14130.18201.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 63.16%
GREEN value IS 24 (9.77% from 255) = 8.42%
BLUE value IS 81 (32.03% from 255) = 28.42%
R=63.16%
G=8.42%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180248100.870.550.29338.0876.4740
HexB41851057371D1524c28
Octal264301210127673552211450
Binary1011010011000101000101010111110111111011010100101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41851; }

 p { color: rgb(180,24,81); }

 H1.HeaderClassName
 {
   color: #B41851;
 }
 .AnyTagClassName
 {
   color: #B41851;
 }
</style>
background-color css

<style>
 a { background-color: #B41851; }

 a { background-color: rgb(180,24,81); }

 div.DivClassName
 {
   background-color: #B41851;
 }
 .BgClassName
 {
   background-color: #B41851;
 }
</style>
border-color css

<style>
 span { border-color: #B41851; }

 span { border-color: rgb(180,24,81); }

 td.TdClassName
 {
   border-color: #B41851;
 }
 .TagClassName
 {
   border-color: #B41851;
 }
</style>