Shades of Jazzberry Jam #B00E4D
Tints of Jazzberry Jam #B00E4D
RGB
CMYK
RGB Variations
Color information
#B00E4D (or 0xB00E4D) is known color: Jazzberry Jam. HEX triplet: B0, 0E and 4D. RGB value is (176,14,77). Sum of RGB (Red+Green+Blue) = 176+14+77=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00E4D is #4FF1B2. Grayscale: #454545. Windows color (decimal): -5239219 or 5050032. OLE color: 5050032.
HSL color Cylindrical-coordinate representation of color #B00E4D: hue angle of 336.67º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00E4D is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 14 | 77 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.31 |
| HSL | 336.67º | 0.85% | 0.37% | - |
| HSV(B) | 336.67º | 0.92% | 0.69% | - |
| XYZ | 19.4 | 10.08 | 7.94 | - |
| YUV | 69.62 | 132.17 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 14 | 77 | 0 | 0.92 | 0.56 | 0.31 | 336.67 | 0.85 | 0.37 |
| Hex | B0 | E | 4D | 0 | 5C | 38 | 1F | 151 | 55 | 25 |
| Octal | 260 | 16 | 115 | 0 | 134 | 70 | 37 | 521 | 125 | 45 |
| Binary | 10110000 | 1110 | 1001101 | 0 | 1011100 | 111000 | 11111 | 101010001 | 1010101 | 100101 |
Color Harmonies of #B00E4D
Complementary color
Monochromatic Colors of #B00E4D
Black with #B00E4D
Text Example
Text Example
White with #B00E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00E4D; }
p { color: rgb(176,14,77); }
H1.HeaderClassName
{
color: #B00E4D;
}
.AnyTagClassName
{
color: #B00E4D;
}
</style>
background-color css
<style>
a { background-color: #B00E4D; }
a { background-color: rgb(176,14,77); }
div.DivClassName
{
background-color: #B00E4D;
}
.BgClassName
{
background-color: #B00E4D;
}
</style>
border-color css
<style>
span { border-color: #B00E4D; }
span { border-color: rgb(176,14,77); }
td.TdClassName
{
border-color: #B00E4D;
}
.TagClassName
{
border-color: #B00E4D;
}
</style>