Shades of Jazzberry Jam #B00366
Tints of Jazzberry Jam #B00366
RGB
CMYK
RGB Variations
Color information
#B00366 (or 0xB00366) is known color: Jazzberry Jam. HEX triplet: B0, 03 and 66. RGB value is (176,3,102). Sum of RGB (Red+Green+Blue) = 176+3+102=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B00366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00366 is #4FFC99. Grayscale: #414141. Windows color (decimal): -5242010 or 6685616. OLE color: 6685616.
HSL color Cylindrical-coordinate representation of color #B00366: hue angle of 325.66º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B00366 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 3 | 102 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.31 |
| HSL | 325.66º | 0.97% | 0.35% | - |
| HSV(B) | 325.66º | 0.98% | 0.69% | - |
| XYZ | 20.34 | 10.25 | 13.48 | - |
| YUV | 66.01 | 148.31 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 102 | 0 | 0.98 | 0.42 | 0.31 | 325.66 | 0.97 | 0.35 |
| Hex | B0 | 3 | 66 | 0 | 62 | 2A | 1F | 146 | 61 | 23 |
| Octal | 260 | 3 | 146 | 0 | 142 | 52 | 37 | 506 | 141 | 43 |
| Binary | 10110000 | 11 | 1100110 | 0 | 1100010 | 101010 | 11111 | 101000110 | 1100001 | 100011 |
Color Harmonies of #B00366
Complementary color
Monochromatic Colors of #B00366
Black with #B00366
Text Example
Text Example
White with #B00366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00366; }
p { color: rgb(176,3,102); }
H1.HeaderClassName
{
color: #B00366;
}
.AnyTagClassName
{
color: #B00366;
}
</style>
background-color css
<style>
a { background-color: #B00366; }
a { background-color: rgb(176,3,102); }
div.DivClassName
{
background-color: #B00366;
}
.BgClassName
{
background-color: #B00366;
}
</style>
border-color css
<style>
span { border-color: #B00366; }
span { border-color: rgb(176,3,102); }
td.TdClassName
{
border-color: #B00366;
}
.TagClassName
{
border-color: #B00366;
}
</style>