Shades of Jazzberry Jam #B0004D
Tints of Jazzberry Jam #B0004D
RGB
CMYK
RGB Variations
Color information
#B0004D (or 0xB0004D) is known color: Jazzberry Jam. HEX triplet: B0, 00 and 4D. RGB value is (176,0,77). Sum of RGB (Red+Green+Blue) = 176+0+77=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B0004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0004D is #4FFFB2. Grayscale: #3D3D3D. Windows color (decimal): -5242803 or 5046448. OLE color: 5046448.
HSL color Cylindrical-coordinate representation of color #B0004D: hue angle of 333.75º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0004D is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.56 | 0.31 |
| HSL | 333.75º | 1% | 0.35% | - |
| HSV(B) | 333.75º | 1% | 0.69% | - |
| XYZ | 19.24 | 9.77 | 7.89 | - |
| YUV | 61.4 | 136.81 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 77 | 0 | 1 | 0.56 | 0.31 | 333.75 | 1 | 0.35 |
| Hex | B0 | 0 | 4D | 0 | 64 | 38 | 1F | 14E | 64 | 23 |
| Octal | 260 | 0 | 115 | 0 | 144 | 70 | 37 | 516 | 144 | 43 |
| Binary | 10110000 | 0 | 1001101 | 0 | 1100100 | 111000 | 11111 | 101001110 | 1100100 | 100011 |
Color Harmonies of #B0004D
Complementary color
Monochromatic Colors of #B0004D
Black with #B0004D
Text Example
Text Example
White with #B0004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0004D; }
p { color: rgb(176,0,77); }
H1.HeaderClassName
{
color: #B0004D;
}
.AnyTagClassName
{
color: #B0004D;
}
</style>
background-color css
<style>
a { background-color: #B0004D; }
a { background-color: rgb(176,0,77); }
div.DivClassName
{
background-color: #B0004D;
}
.BgClassName
{
background-color: #B0004D;
}
</style>
border-color css
<style>
span { border-color: #B0004D; }
span { border-color: rgb(176,0,77); }
td.TdClassName
{
border-color: #B0004D;
}
.TagClassName
{
border-color: #B0004D;
}
</style>