Shades of Jazzberry Jam #B7004F
Tints of Jazzberry Jam #B7004F
RGB
CMYK
RGB Variations
Color information
#B7004F (or 0xB7004F) is known color: Jazzberry Jam. HEX triplet: B7, 00 and 4F. RGB value is (183,0,79). Sum of RGB (Red+Green+Blue) = 183+0+79=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B7004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7004F is #48FFB0. Grayscale: #3F3F3F. Windows color (decimal): -4784049 or 5177527. OLE color: 5177527.
HSL color Cylindrical-coordinate representation of color #B7004F: hue angle of 334.1º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7004F is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.57 | 0.28 |
| HSL | 334.1º | 1% | 0.36% | - |
| HSV(B) | 334.1º | 1% | 0.72% | - |
| XYZ | 20.94 | 10.63 | 8.35 | - |
| YUV | 63.72 | 136.63 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 79 | 0 | 1 | 0.57 | 0.28 | 334.1 | 1 | 0.36 |
| Hex | B7 | 0 | 4F | 0 | 64 | 39 | 1C | 14E | 64 | 24 |
| Octal | 267 | 0 | 117 | 0 | 144 | 71 | 34 | 516 | 144 | 44 |
| Binary | 10110111 | 0 | 1001111 | 0 | 1100100 | 111001 | 11100 | 101001110 | 1100100 | 100100 |
Color Harmonies of #B7004F
Complementary color
Monochromatic Colors of #B7004F
Black with #B7004F
Text Example
Text Example
White with #B7004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7004F; }
p { color: rgb(183,0,79); }
H1.HeaderClassName
{
color: #B7004F;
}
.AnyTagClassName
{
color: #B7004F;
}
</style>
background-color css
<style>
a { background-color: #B7004F; }
a { background-color: rgb(183,0,79); }
div.DivClassName
{
background-color: #B7004F;
}
.BgClassName
{
background-color: #B7004F;
}
</style>
border-color css
<style>
span { border-color: #B7004F; }
span { border-color: rgb(183,0,79); }
td.TdClassName
{
border-color: #B7004F;
}
.TagClassName
{
border-color: #B7004F;
}
</style>