Shades of Jazzberry Jam #B00C5D
Tints of Jazzberry Jam #B00C5D
RGB
CMYK
RGB Variations
Color information
#B00C5D (or 0xB00C5D) is known color: Jazzberry Jam. HEX triplet: B0, 0C and 5D. RGB value is (176,12,93). Sum of RGB (Red+Green+Blue) = 176+12+93=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00C5D is #4FF3A2. Grayscale: #464646. Windows color (decimal): -5239715 or 6098096. OLE color: 6098096.
HSL color Cylindrical-coordinate representation of color #B00C5D: hue angle of 330.37º 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 #B00C5D is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 12 | 93 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.31 |
| HSL | 330.37º | 0.87% | 0.37% | - |
| HSV(B) | 330.37º | 0.93% | 0.69% | - |
| XYZ | 20.01 | 10.28 | 11.29 | - |
| YUV | 70.27 | 140.83 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 12 | 93 | 0 | 0.93 | 0.47 | 0.31 | 330.37 | 0.87 | 0.37 |
| Hex | B0 | C | 5D | 0 | 5D | 2F | 1F | 14A | 57 | 25 |
| Octal | 260 | 14 | 135 | 0 | 135 | 57 | 37 | 512 | 127 | 45 |
| Binary | 10110000 | 1100 | 1011101 | 0 | 1011101 | 101111 | 11111 | 101001010 | 1010111 | 100101 |
Color Harmonies of #B00C5D
Complementary color
Monochromatic Colors of #B00C5D
Black with #B00C5D
Text Example
Text Example
White with #B00C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00C5D; }
p { color: rgb(176,12,93); }
H1.HeaderClassName
{
color: #B00C5D;
}
.AnyTagClassName
{
color: #B00C5D;
}
</style>
background-color css
<style>
a { background-color: #B00C5D; }
a { background-color: rgb(176,12,93); }
div.DivClassName
{
background-color: #B00C5D;
}
.BgClassName
{
background-color: #B00C5D;
}
</style>
border-color css
<style>
span { border-color: #B00C5D; }
span { border-color: rgb(176,12,93); }
td.TdClassName
{
border-color: #B00C5D;
}
.TagClassName
{
border-color: #B00C5D;
}
</style>