#b41862

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

Shades of Jazzberry Jam #B41862

Tints of Jazzberry Jam #B41862

Color information

#B41862 (or 0xB41862) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 18 and 62. RGB value is (180,24,98). Sum of RGB (Red+Green+Blue) = 180+24+98=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B41862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41862 is #4BE79D. Grayscale: #4E4E4E. Windows color (decimal): -4974494 or 6428852. OLE color: 6428852.

HSL color Cylindrical-coordinate representation of color #B41862: hue angle of 331.54º 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 #B41862 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1802498-
CMYK00.870.460.29
HSL331.54º76.47%40%-
HSV(B)331.54º86.67%70.59%-
XYZ21.3511.2412.6-
YUV79.08138.68199.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.60%
GREEN value IS 24 (9.77% from 255) = 7.95%
BLUE value IS 98 (38.67% from 255) = 32.45%
R=59.60%
G=7.95%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180249800.870.460.29331.5476.4740
HexB418620572E1D14c4c28
Octal264301420127563551411450
Binary1011010011000110001001010111101110111011010011001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b41862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b41862; }

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

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

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

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

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

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

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

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