Shades of Jazzberry Jam #B40366
Tints of Jazzberry Jam #B40366
RGB
CMYK
RGB Variations
Color information
#B40366 (or 0xB40366) is known color: Jazzberry Jam. HEX triplet: B4, 03 and 66. RGB value is (180,3,102). Sum of RGB (Red+Green+Blue) = 180+3+102=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B40366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40366 is #4BFC99. Grayscale: #424242. Windows color (decimal): -4979866 or 6685620. OLE color: 6685620.
HSL color Cylindrical-coordinate representation of color #B40366: hue angle of 326.44º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40366 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 102 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.29 |
| HSL | 326.44º | 0.97% | 0.36% | - |
| HSV(B) | 326.44º | 0.98% | 0.71% | - |
| XYZ | 21.25 | 10.73 | 13.52 | - |
| YUV | 67.21 | 147.64 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 102 | 0 | 0.98 | 0.43 | 0.29 | 326.44 | 0.97 | 0.36 |
| Hex | B4 | 3 | 66 | 0 | 62 | 2B | 1D | 146 | 61 | 24 |
| Octal | 264 | 3 | 146 | 0 | 142 | 53 | 35 | 506 | 141 | 44 |
| Binary | 10110100 | 11 | 1100110 | 0 | 1100010 | 101011 | 11101 | 101000110 | 1100001 | 100100 |
Color Harmonies of #B40366
Complementary color
Monochromatic Colors of #B40366
Black with #B40366
Text Example
Text Example
White with #B40366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40366; }
p { color: rgb(180,3,102); }
H1.HeaderClassName
{
color: #B40366;
}
.AnyTagClassName
{
color: #B40366;
}
</style>
background-color css
<style>
a { background-color: #B40366; }
a { background-color: rgb(180,3,102); }
div.DivClassName
{
background-color: #B40366;
}
.BgClassName
{
background-color: #B40366;
}
</style>
border-color css
<style>
span { border-color: #B40366; }
span { border-color: rgb(180,3,102); }
td.TdClassName
{
border-color: #B40366;
}
.TagClassName
{
border-color: #B40366;
}
</style>