Shades of Jazzberry Jam #B00D5D
Tints of Jazzberry Jam #B00D5D
RGB
CMYK
RGB Variations
Color information
#B00D5D (or 0xB00D5D) is known color: Jazzberry Jam. HEX triplet: B0, 0D and 5D. RGB value is (176,13,93). Sum of RGB (Red+Green+Blue) = 176+13+93=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00D5D is #4FF2A2. Grayscale: #464646. Windows color (decimal): -5239459 or 6098352. OLE color: 6098352.
HSL color Cylindrical-coordinate representation of color #B00D5D: hue angle of 330.55º 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 #B00D5D is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 13 | 93 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.31 |
| HSL | 330.55º | 0.86% | 0.37% | - |
| HSV(B) | 330.55º | 0.93% | 0.69% | - |
| XYZ | 20.02 | 10.31 | 11.29 | - |
| YUV | 70.86 | 140.5 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 93 | 0 | 0.93 | 0.47 | 0.31 | 330.55 | 0.86 | 0.37 |
| Hex | B0 | D | 5D | 0 | 5D | 2F | 1F | 14B | 56 | 25 |
| Octal | 260 | 15 | 135 | 0 | 135 | 57 | 37 | 513 | 126 | 45 |
| Binary | 10110000 | 1101 | 1011101 | 0 | 1011101 | 101111 | 11111 | 101001011 | 1010110 | 100101 |
Color Harmonies of #B00D5D
Complementary color
Monochromatic Colors of #B00D5D
Black with #B00D5D
Text Example
Text Example
White with #B00D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00D5D; }
p { color: rgb(176,13,93); }
H1.HeaderClassName
{
color: #B00D5D;
}
.AnyTagClassName
{
color: #B00D5D;
}
</style>
background-color css
<style>
a { background-color: #B00D5D; }
a { background-color: rgb(176,13,93); }
div.DivClassName
{
background-color: #B00D5D;
}
.BgClassName
{
background-color: #B00D5D;
}
</style>
border-color css
<style>
span { border-color: #B00D5D; }
span { border-color: rgb(176,13,93); }
td.TdClassName
{
border-color: #B00D5D;
}
.TagClassName
{
border-color: #B00D5D;
}
</style>