Shades of Jazzberry Jam #B3004E
Tints of Jazzberry Jam #B3004E
RGB
CMYK
RGB Variations
Color information
#B3004E (or 0xB3004E) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 4E. RGB value is (179,0,78). Sum of RGB (Red+Green+Blue) = 179+0+78=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B3004E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3004E is #4CFFB1. Grayscale: #3E3E3E. Windows color (decimal): -5046194 or 5111987. OLE color: 5111987.
HSL color Cylindrical-coordinate representation of color #B3004E: hue angle of 333.85º 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 #B3004E is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.56 | 0.30 |
| HSL | 333.85º | 1% | 0.35% | - |
| HSV(B) | 333.85º | 1% | 0.7% | - |
| XYZ | 19.97 | 10.13 | 8.11 | - |
| YUV | 62.41 | 136.8 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 78 | 0 | 1 | 0.56 | 0.30 | 333.85 | 1 | 0.35 |
| Hex | B3 | 0 | 4E | 0 | 64 | 38 | 1E | 14E | 64 | 23 |
| Octal | 263 | 0 | 116 | 0 | 144 | 70 | 36 | 516 | 144 | 43 |
| Binary | 10110011 | 0 | 1001110 | 0 | 1100100 | 111000 | 11110 | 101001110 | 1100100 | 100011 |
Color Harmonies of #B3004E
Complementary color
Monochromatic Colors of #B3004E
Black with #B3004E
Text Example
Text Example
White with #B3004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3004E; }
p { color: rgb(179,0,78); }
H1.HeaderClassName
{
color: #B3004E;
}
.AnyTagClassName
{
color: #B3004E;
}
</style>
background-color css
<style>
a { background-color: #B3004E; }
a { background-color: rgb(179,0,78); }
div.DivClassName
{
background-color: #B3004E;
}
.BgClassName
{
background-color: #B3004E;
}
</style>
border-color css
<style>
span { border-color: #B3004E; }
span { border-color: rgb(179,0,78); }
td.TdClassName
{
border-color: #B3004E;
}
.TagClassName
{
border-color: #B3004E;
}
</style>