Shades of Jazzberry Jam #B00C47
Tints of Jazzberry Jam #B00C47
RGB
CMYK
RGB Variations
Color information
#B00C47 (or 0xB00C47) is known color: Jazzberry Jam. HEX triplet: B0, 0C and 47. RGB value is (176,12,71). Sum of RGB (Red+Green+Blue) = 176+12+71=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00C47 is #4FF3B8. Grayscale: #434343. Windows color (decimal): -5239737 or 4656304. OLE color: 4656304.
HSL color Cylindrical-coordinate representation of color #B00C47: hue angle of 338.41º 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 #B00C47 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 12 | 71 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.31 |
| HSL | 338.41º | 0.87% | 0.37% | - |
| HSV(B) | 338.41º | 0.93% | 0.69% | - |
| XYZ | 19.17 | 9.95 | 6.87 | - |
| YUV | 67.76 | 129.83 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 12 | 71 | 0 | 0.93 | 0.60 | 0.31 | 338.41 | 0.87 | 0.37 |
| Hex | B0 | C | 47 | 0 | 5D | 3C | 1F | 152 | 57 | 25 |
| Octal | 260 | 14 | 107 | 0 | 135 | 74 | 37 | 522 | 127 | 45 |
| Binary | 10110000 | 1100 | 1000111 | 0 | 1011101 | 111100 | 11111 | 101010010 | 1010111 | 100101 |
Color Harmonies of #B00C47
Complementary color
Monochromatic Colors of #B00C47
Black with #B00C47
Text Example
Text Example
White with #B00C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00C47; }
p { color: rgb(176,12,71); }
H1.HeaderClassName
{
color: #B00C47;
}
.AnyTagClassName
{
color: #B00C47;
}
</style>
background-color css
<style>
a { background-color: #B00C47; }
a { background-color: rgb(176,12,71); }
div.DivClassName
{
background-color: #B00C47;
}
.BgClassName
{
background-color: #B00C47;
}
</style>
border-color css
<style>
span { border-color: #B00C47; }
span { border-color: rgb(176,12,71); }
td.TdClassName
{
border-color: #B00C47;
}
.TagClassName
{
border-color: #B00C47;
}
</style>