Shades of Jazzberry Jam #B00D6E
Tints of Jazzberry Jam #B00D6E
RGB
CMYK
RGB Variations
Color information
#B00D6E (or 0xB00D6E) is known color: Jazzberry Jam. HEX triplet: B0, 0D and 6E. RGB value is (176,13,110). Sum of RGB (Red+Green+Blue) = 176+13+110=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00D6E is #4FF291. Grayscale: #484848. Windows color (decimal): -5239442 or 7212464. OLE color: 7212464.
HSL color Cylindrical-coordinate representation of color #B00D6E: hue angle of 324.29º 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 #B00D6E is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 13 | 110 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.31 |
| HSL | 324.29º | 0.86% | 0.37% | - |
| HSV(B) | 324.29º | 0.93% | 0.69% | - |
| XYZ | 20.86 | 10.64 | 15.71 | - |
| YUV | 72.8 | 149 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 110 | 0 | 0.93 | 0.37 | 0.31 | 324.29 | 0.86 | 0.37 |
| Hex | B0 | D | 6E | 0 | 5D | 25 | 1F | 144 | 56 | 25 |
| Octal | 260 | 15 | 156 | 0 | 135 | 45 | 37 | 504 | 126 | 45 |
| Binary | 10110000 | 1101 | 1101110 | 0 | 1011101 | 100101 | 11111 | 101000100 | 1010110 | 100101 |
Color Harmonies of #B00D6E
Complementary color
Monochromatic Colors of #B00D6E
Black with #B00D6E
Text Example
Text Example
White with #B00D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00D6E; }
p { color: rgb(176,13,110); }
H1.HeaderClassName
{
color: #B00D6E;
}
.AnyTagClassName
{
color: #B00D6E;
}
</style>
background-color css
<style>
a { background-color: #B00D6E; }
a { background-color: rgb(176,13,110); }
div.DivClassName
{
background-color: #B00D6E;
}
.BgClassName
{
background-color: #B00D6E;
}
</style>
border-color css
<style>
span { border-color: #B00D6E; }
span { border-color: rgb(176,13,110); }
td.TdClassName
{
border-color: #B00D6E;
}
.TagClassName
{
border-color: #B00D6E;
}
</style>