#B41566

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

Shades of Jazzberry Jam #B41566

Tints of Jazzberry Jam #B41566

Color information

#B41566 (or 0xB41566) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 15 and 66. RGB value is (180,21,102). Sum of RGB (Red+Green+Blue) = 180+21+102=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B41566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41566 is #4BEA99. Grayscale: #4D4D4D. Windows color (decimal): -4975258 or 6690228. OLE color: 6690228.

HSL color Cylindrical-coordinate representation of color #B41566: hue angle of 329.43º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41566 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB18021102-
CMYK00.880.430.29
HSL329.43º79.1%39.41%-
HSV(B)329.43º88.33%70.59%-
XYZ21.4911.213.6-
YUV77.78141.68200.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.41%
GREEN value IS 21 (8.59% from 255) = 6.93%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=59.41%
G=6.93%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802110200.880.430.29329.4379.139.41
HexB415660582B1D1494f27
Octal264251460130533551111747
Binary1011010010101110011001011000101011111011010010011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41566; }

 p { color: rgb(180,21,102); }

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

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

 a { background-color: rgb(180,21,102); }

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

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

 span { border-color: rgb(180,21,102); }

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