Shades of Jazzberry Jam #B00D5C
Tints of Jazzberry Jam #B00D5C
RGB
CMYK
RGB Variations
Color information
#B00D5C (or 0xB00D5C) is known color: Jazzberry Jam. HEX triplet: B0, 0D and 5C. RGB value is (176,13,92). Sum of RGB (Red+Green+Blue) = 176+13+92=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00D5C is #4FF2A3. Grayscale: #464646. Windows color (decimal): -5239460 or 6032816. OLE color: 6032816.
HSL color Cylindrical-coordinate representation of color #B00D5C: hue angle of 330.92º degrees, saturation: 0.86, 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 #B00D5C is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 13 | 92 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.31 |
| HSL | 330.92º | 0.86% | 0.37% | - |
| HSV(B) | 330.92º | 0.93% | 0.69% | - |
| XYZ | 19.98 | 10.29 | 11.06 | - |
| YUV | 70.74 | 140 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 92 | 0 | 0.93 | 0.48 | 0.31 | 330.92 | 0.86 | 0.37 |
| Hex | B0 | D | 5C | 0 | 5D | 30 | 1F | 14B | 56 | 25 |
| Octal | 260 | 15 | 134 | 0 | 135 | 60 | 37 | 513 | 126 | 45 |
| Binary | 10110000 | 1101 | 1011100 | 0 | 1011101 | 110000 | 11111 | 101001011 | 1010110 | 100101 |
Color Harmonies of #B00D5C
Complementary color
Monochromatic Colors of #B00D5C
Black with #B00D5C
Text Example
Text Example
White with #B00D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00D5C; }
p { color: rgb(176,13,92); }
H1.HeaderClassName
{
color: #B00D5C;
}
.AnyTagClassName
{
color: #B00D5C;
}
</style>
background-color css
<style>
a { background-color: #B00D5C; }
a { background-color: rgb(176,13,92); }
div.DivClassName
{
background-color: #B00D5C;
}
.BgClassName
{
background-color: #B00D5C;
}
</style>
border-color css
<style>
span { border-color: #B00D5C; }
span { border-color: rgb(176,13,92); }
td.TdClassName
{
border-color: #B00D5C;
}
.TagClassName
{
border-color: #B00D5C;
}
</style>