Shades of Jazzberry Jam #B0034D
Tints of Jazzberry Jam #B0034D
RGB
CMYK
RGB Variations
Color information
#B0034D (or 0xB0034D) is known color: Jazzberry Jam. HEX triplet: B0, 03 and 4D. RGB value is (176,3,77). Sum of RGB (Red+Green+Blue) = 176+3+77=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B0034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0034D is #4FFCB2. Grayscale: #3F3F3F. Windows color (decimal): -5242035 or 5047216. OLE color: 5047216.
HSL color Cylindrical-coordinate representation of color #B0034D: hue angle of 334.34º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0034D is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 3 | 77 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.31 |
| HSL | 334.34º | 0.97% | 0.35% | - |
| HSV(B) | 334.34º | 0.98% | 0.69% | - |
| XYZ | 19.28 | 9.83 | 7.9 | - |
| YUV | 63.16 | 135.81 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 77 | 0 | 0.98 | 0.56 | 0.31 | 334.34 | 0.97 | 0.35 |
| Hex | B0 | 3 | 4D | 0 | 62 | 38 | 1F | 14E | 61 | 23 |
| Octal | 260 | 3 | 115 | 0 | 142 | 70 | 37 | 516 | 141 | 43 |
| Binary | 10110000 | 11 | 1001101 | 0 | 1100010 | 111000 | 11111 | 101001110 | 1100001 | 100011 |
Color Harmonies of #B0034D
Complementary color
Monochromatic Colors of #B0034D
Black with #B0034D
Text Example
Text Example
White with #B0034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0034D; }
p { color: rgb(176,3,77); }
H1.HeaderClassName
{
color: #B0034D;
}
.AnyTagClassName
{
color: #B0034D;
}
</style>
background-color css
<style>
a { background-color: #B0034D; }
a { background-color: rgb(176,3,77); }
div.DivClassName
{
background-color: #B0034D;
}
.BgClassName
{
background-color: #B0034D;
}
</style>
border-color css
<style>
span { border-color: #B0034D; }
span { border-color: rgb(176,3,77); }
td.TdClassName
{
border-color: #B0034D;
}
.TagClassName
{
border-color: #B0034D;
}
</style>