Shades of Jazzberry Jam #B41866
Tints of Jazzberry Jam #B41866
RGB
CMYK
RGB Variations
Color information
#B41866 (or 0xB41866) is known color: Jazzberry Jam. HEX triplet: B4, 18 and 66. RGB value is (180,24,102). Sum of RGB (Red+Green+Blue) = 180+24+102=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B41866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41866 is #4BE799. Grayscale: #4F4F4F. Windows color (decimal): -4974490 or 6690996. OLE color: 6690996.
HSL color Cylindrical-coordinate representation of color #B41866: hue angle of 330º 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 #B41866 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 24 | 102 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.29 |
| HSL | 330º | 0.76% | 0.4% | - |
| HSV(B) | 330º | 0.87% | 0.71% | - |
| XYZ | 21.55 | 11.32 | 13.62 | - |
| YUV | 79.54 | 140.68 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 24 | 102 | 0 | 0.87 | 0.43 | 0.29 | 330 | 0.76 | 0.4 |
| Hex | B4 | 18 | 66 | 0 | 57 | 2B | 1D | 14A | 4C | 28 |
| Octal | 264 | 30 | 146 | 0 | 127 | 53 | 35 | 512 | 114 | 50 |
| Binary | 10110100 | 11000 | 1100110 | 0 | 1010111 | 101011 | 11101 | 101001010 | 1001100 | 101000 |
Color Harmonies of #B41866
Complementary color
Monochromatic Colors of #B41866
Black with #B41866
Text Example
Text Example
White with #B41866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41866; }
p { color: rgb(180,24,102); }
H1.HeaderClassName
{
color: #B41866;
}
.AnyTagClassName
{
color: #B41866;
}
</style>
background-color css
<style>
a { background-color: #B41866; }
a { background-color: rgb(180,24,102); }
div.DivClassName
{
background-color: #B41866;
}
.BgClassName
{
background-color: #B41866;
}
</style>
border-color css
<style>
span { border-color: #B41866; }
span { border-color: rgb(180,24,102); }
td.TdClassName
{
border-color: #B41866;
}
.TagClassName
{
border-color: #B41866;
}
</style>