#B41258

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

Shades of Jazzberry Jam #B41258

Tints of Jazzberry Jam #B41258

Color information

#B41258 (or 0xB41258) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 12 and 58. RGB value is (180,18,88). Sum of RGB (Red+Green+Blue) = 180+18+88=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B41258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41258 is #4BEDA7. Grayscale: #4A4A4A. Windows color (decimal): -4976040 or 5771956. OLE color: 5771956.

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

Color convert

RGB1801888-
CMYK00.90.510.29
HSL334.07º81.82%38.82%-
HSV(B)334.07º90%70.59%-
XYZ20.810.8410.23-
YUV74.42135.67203.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.94%
GREEN value IS 18 (7.42% from 255) = 6.29%
BLUE value IS 88 (34.77% from 255) = 30.77%
R=62.94%
G=6.29%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180188800.90.510.29334.0781.8238.82
HexB4125805A331D14e5227
Octal264221300132633551612247
Binary1011010010010101100001011010110011111011010011101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41258; }

 p { color: rgb(180,18,88); }

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

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

 a { background-color: rgb(180,18,88); }

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

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

 span { border-color: rgb(180,18,88); }

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