Shades of Jazzberry Jam #B41666
Tints of Jazzberry Jam #B41666
RGB
CMYK
RGB Variations
Color information
#B41666 (or 0xB41666) is known color: Jazzberry Jam. HEX triplet: B4, 16 and 66. RGB value is (180,22,102). Sum of RGB (Red+Green+Blue) = 180+22+102=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B41666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41666 is #4BE999. Grayscale: #4E4E4E. Windows color (decimal): -4975002 or 6690484. OLE color: 6690484.
HSL color Cylindrical-coordinate representation of color #B41666: hue angle of 329.62º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41666 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 22 | 102 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.29 |
| HSL | 329.62º | 0.78% | 0.4% | - |
| HSV(B) | 329.62º | 0.88% | 0.71% | - |
| XYZ | 21.51 | 11.24 | 13.61 | - |
| YUV | 78.36 | 141.35 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 22 | 102 | 0 | 0.88 | 0.43 | 0.29 | 329.62 | 0.78 | 0.4 |
| Hex | B4 | 16 | 66 | 0 | 58 | 2B | 1D | 14A | 4E | 28 |
| Octal | 264 | 26 | 146 | 0 | 130 | 53 | 35 | 512 | 116 | 50 |
| Binary | 10110100 | 10110 | 1100110 | 0 | 1011000 | 101011 | 11101 | 101001010 | 1001110 | 101000 |
Color Harmonies of #B41666
Complementary color
Monochromatic Colors of #B41666
Black with #B41666
Text Example
Text Example
White with #B41666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41666; }
p { color: rgb(180,22,102); }
H1.HeaderClassName
{
color: #B41666;
}
.AnyTagClassName
{
color: #B41666;
}
</style>
background-color css
<style>
a { background-color: #B41666; }
a { background-color: rgb(180,22,102); }
div.DivClassName
{
background-color: #B41666;
}
.BgClassName
{
background-color: #B41666;
}
</style>
border-color css
<style>
span { border-color: #B41666; }
span { border-color: rgb(180,22,102); }
td.TdClassName
{
border-color: #B41666;
}
.TagClassName
{
border-color: #B41666;
}
</style>