Shades of Jazzberry Jam #B00C59
Tints of Jazzberry Jam #B00C59
RGB
CMYK
RGB Variations
Color information
#B00C59 (or 0xB00C59) is known color: Jazzberry Jam. HEX triplet: B0, 0C and 59. RGB value is (176,12,89). Sum of RGB (Red+Green+Blue) = 176+12+89=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00C59 is #4FF3A6. Grayscale: #454545. Windows color (decimal): -5239719 or 5835952. OLE color: 5835952.
HSL color Cylindrical-coordinate representation of color #B00C59: hue angle of 331.83º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C59 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 12 | 89 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.31 |
| HSL | 331.83º | 0.87% | 0.37% | - |
| HSV(B) | 331.83º | 0.93% | 0.69% | - |
| XYZ | 19.84 | 10.21 | 10.38 | - |
| YUV | 69.81 | 138.83 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 12 | 89 | 0 | 0.93 | 0.49 | 0.31 | 331.83 | 0.87 | 0.37 |
| Hex | B0 | C | 59 | 0 | 5D | 31 | 1F | 14C | 57 | 25 |
| Octal | 260 | 14 | 131 | 0 | 135 | 61 | 37 | 514 | 127 | 45 |
| Binary | 10110000 | 1100 | 1011001 | 0 | 1011101 | 110001 | 11111 | 101001100 | 1010111 | 100101 |
Color Harmonies of #B00C59
Complementary color
Monochromatic Colors of #B00C59
Black with #B00C59
Text Example
Text Example
White with #B00C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00C59; }
p { color: rgb(176,12,89); }
H1.HeaderClassName
{
color: #B00C59;
}
.AnyTagClassName
{
color: #B00C59;
}
</style>
background-color css
<style>
a { background-color: #B00C59; }
a { background-color: rgb(176,12,89); }
div.DivClassName
{
background-color: #B00C59;
}
.BgClassName
{
background-color: #B00C59;
}
</style>
border-color css
<style>
span { border-color: #B00C59; }
span { border-color: rgb(176,12,89); }
td.TdClassName
{
border-color: #B00C59;
}
.TagClassName
{
border-color: #B00C59;
}
</style>