Shades of Jazzberry Jam #B3004D
Tints of Jazzberry Jam #B3004D
RGB
CMYK
RGB Variations
Color information
#B3004D (or 0xB3004D) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 4D. RGB value is (179,0,77). Sum of RGB (Red+Green+Blue) = 179+0+77=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B3004D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3004D is #4CFFB2. Grayscale: #3E3E3E. Windows color (decimal): -5046195 or 5046451. OLE color: 5046451.
HSL color Cylindrical-coordinate representation of color #B3004D: hue angle of 334.19º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B3004D is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.57 | 0.30 |
| HSL | 334.19º | 1% | 0.35% | - |
| HSV(B) | 334.19º | 1% | 0.7% | - |
| XYZ | 19.93 | 10.12 | 7.92 | - |
| YUV | 62.3 | 136.3 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 77 | 0 | 1 | 0.57 | 0.30 | 334.19 | 1 | 0.35 |
| Hex | B3 | 0 | 4D | 0 | 64 | 39 | 1E | 14E | 64 | 23 |
| Octal | 263 | 0 | 115 | 0 | 144 | 71 | 36 | 516 | 144 | 43 |
| Binary | 10110011 | 0 | 1001101 | 0 | 1100100 | 111001 | 11110 | 101001110 | 1100100 | 100011 |
Color Harmonies of #B3004D
Complementary color
Monochromatic Colors of #B3004D
Black with #B3004D
Text Example
Text Example
White with #B3004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3004D; }
p { color: rgb(179,0,77); }
H1.HeaderClassName
{
color: #B3004D;
}
.AnyTagClassName
{
color: #B3004D;
}
</style>
background-color css
<style>
a { background-color: #B3004D; }
a { background-color: rgb(179,0,77); }
div.DivClassName
{
background-color: #B3004D;
}
.BgClassName
{
background-color: #B3004D;
}
</style>
border-color css
<style>
span { border-color: #B3004D; }
span { border-color: rgb(179,0,77); }
td.TdClassName
{
border-color: #B3004D;
}
.TagClassName
{
border-color: #B3004D;
}
</style>