Shades of Jazzberry Jam #950042
Tints of Jazzberry Jam #950042
RGB
CMYK
RGB Variations
Color information
#950042 (or 0x950042) is known color: Jazzberry Jam. HEX triplet: 95, 00 and 42. RGB value is (149,0,66). Sum of RGB (Red+Green+Blue) = 149+0+66=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #950042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950042 is #6AFFBD. Grayscale: #333333. Windows color (decimal): -7012286 or 4325525. OLE color: 4325525.
HSL color Cylindrical-coordinate representation of color #950042: hue angle of 333.42º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #950042 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 0 | 66 | - |
| CMYK | 0 | 1 | 0.56 | 0.42 |
| HSL | 333.42º | 1% | 0.29% | - |
| HSV(B) | 333.42º | 1% | 0.58% | - |
| XYZ | 13.38 | 6.78 | 5.76 | - |
| YUV | 52.08 | 135.86 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 66 | 0 | 1 | 0.56 | 0.42 | 333.42 | 1 | 0.29 |
| Hex | 95 | 0 | 42 | 0 | 64 | 38 | 2A | 14D | 64 | 1D |
| Octal | 225 | 0 | 102 | 0 | 144 | 70 | 52 | 515 | 144 | 35 |
| Binary | 10010101 | 0 | 1000010 | 0 | 1100100 | 111000 | 101010 | 101001101 | 1100100 | 11101 |
Color Harmonies of #950042
Complementary color
Monochromatic Colors of #950042
Black with #950042
Text Example
Text Example
White with #950042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950042; }
p { color: rgb(149,0,66); }
H1.HeaderClassName
{
color: #950042;
}
.AnyTagClassName
{
color: #950042;
}
</style>
background-color css
<style>
a { background-color: #950042; }
a { background-color: rgb(149,0,66); }
div.DivClassName
{
background-color: #950042;
}
.BgClassName
{
background-color: #950042;
}
</style>
border-color css
<style>
span { border-color: #950042; }
span { border-color: rgb(149,0,66); }
td.TdClassName
{
border-color: #950042;
}
.TagClassName
{
border-color: #950042;
}
</style>