Shades of Jazzberry Jam #B00C4D
Tints of Jazzberry Jam #B00C4D
RGB
CMYK
RGB Variations
Color information
#B00C4D (or 0xB00C4D) is known color: Jazzberry Jam. HEX triplet: B0, 0C and 4D. RGB value is (176,12,77). Sum of RGB (Red+Green+Blue) = 176+12+77=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00C4D is #4FF3B2. Grayscale: #444444. Windows color (decimal): -5239731 or 5049520. OLE color: 5049520.
HSL color Cylindrical-coordinate representation of color #B00C4D: hue angle of 336.22º 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 #B00C4D is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 12 | 77 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.31 |
| HSL | 336.22º | 0.87% | 0.37% | - |
| HSV(B) | 336.22º | 0.93% | 0.69% | - |
| XYZ | 19.38 | 10.03 | 7.94 | - |
| YUV | 68.45 | 132.83 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 12 | 77 | 0 | 0.93 | 0.56 | 0.31 | 336.22 | 0.87 | 0.37 |
| Hex | B0 | C | 4D | 0 | 5D | 38 | 1F | 150 | 57 | 25 |
| Octal | 260 | 14 | 115 | 0 | 135 | 70 | 37 | 520 | 127 | 45 |
| Binary | 10110000 | 1100 | 1001101 | 0 | 1011101 | 111000 | 11111 | 101010000 | 1010111 | 100101 |
Color Harmonies of #B00C4D
Complementary color
Monochromatic Colors of #B00C4D
Black with #B00C4D
Text Example
Text Example
White with #B00C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00C4D; }
p { color: rgb(176,12,77); }
H1.HeaderClassName
{
color: #B00C4D;
}
.AnyTagClassName
{
color: #B00C4D;
}
</style>
background-color css
<style>
a { background-color: #B00C4D; }
a { background-color: rgb(176,12,77); }
div.DivClassName
{
background-color: #B00C4D;
}
.BgClassName
{
background-color: #B00C4D;
}
</style>
border-color css
<style>
span { border-color: #B00C4D; }
span { border-color: rgb(176,12,77); }
td.TdClassName
{
border-color: #B00C4D;
}
.TagClassName
{
border-color: #B00C4D;
}
</style>