Shades of Jazzberry Jam #B6024F
Tints of Jazzberry Jam #B6024F
RGB
CMYK
RGB Variations
Color information
#B6024F (or 0xB6024F) is known color: Jazzberry Jam. HEX triplet: B6, 02 and 4F. RGB value is (182,2,79). Sum of RGB (Red+Green+Blue) = 182+2+79=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B6024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6024F is #49FDB0. Grayscale: #404040. Windows color (decimal): -4849073 or 5178038. OLE color: 5178038.
HSL color Cylindrical-coordinate representation of color #B6024F: hue angle of 334.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6024F is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.29 |
| HSL | 334.33º | 0.98% | 0.36% | - |
| HSV(B) | 334.33º | 0.99% | 0.71% | - |
| XYZ | 20.72 | 10.55 | 8.34 | - |
| YUV | 64.6 | 136.13 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 79 | 0 | 0.99 | 0.57 | 0.29 | 334.33 | 0.98 | 0.36 |
| Hex | B6 | 2 | 4F | 0 | 63 | 39 | 1D | 14E | 62 | 24 |
| Octal | 266 | 2 | 117 | 0 | 143 | 71 | 35 | 516 | 142 | 44 |
| Binary | 10110110 | 10 | 1001111 | 0 | 1100011 | 111001 | 11101 | 101001110 | 1100010 | 100100 |
Color Harmonies of #B6024F
Complementary color
Monochromatic Colors of #B6024F
Black with #B6024F
Text Example
Text Example
White with #B6024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6024F; }
p { color: rgb(182,2,79); }
H1.HeaderClassName
{
color: #B6024F;
}
.AnyTagClassName
{
color: #B6024F;
}
</style>
background-color css
<style>
a { background-color: #B6024F; }
a { background-color: rgb(182,2,79); }
div.DivClassName
{
background-color: #B6024F;
}
.BgClassName
{
background-color: #B6024F;
}
</style>
border-color css
<style>
span { border-color: #B6024F; }
span { border-color: rgb(182,2,79); }
td.TdClassName
{
border-color: #B6024F;
}
.TagClassName
{
border-color: #B6024F;
}
</style>