Shades of Jazzberry Jam #95003F
Tints of Jazzberry Jam #95003F
RGB
CMYK
RGB Variations
Color information
#95003F (or 0x95003F) is known color: Jazzberry Jam. HEX triplet: 95, 00 and 3F. RGB value is (149,0,63). Sum of RGB (Red+Green+Blue) = 149+0+63=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #95003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95003F is #6AFFC0. Grayscale: #333333. Windows color (decimal): -7012289 or 4128917. OLE color: 4128917.
HSL color Cylindrical-coordinate representation of color #95003F: hue angle of 334.63º 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 #95003F is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.58 | 0.42 |
| HSL | 334.63º | 1% | 0.29% | - |
| HSV(B) | 334.63º | 1% | 0.58% | - |
| XYZ | 13.29 | 6.75 | 5.3 | - |
| YUV | 51.73 | 134.36 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 63 | 0 | 1 | 0.58 | 0.42 | 334.63 | 1 | 0.29 |
| Hex | 95 | 0 | 3F | 0 | 64 | 3A | 2A | 14F | 64 | 1D |
| Octal | 225 | 0 | 77 | 0 | 144 | 72 | 52 | 517 | 144 | 35 |
| Binary | 10010101 | 0 | 111111 | 0 | 1100100 | 111010 | 101010 | 101001111 | 1100100 | 11101 |
Color Harmonies of #95003F
Complementary color
Monochromatic Colors of #95003F
Black with #95003F
Text Example
Text Example
White with #95003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95003F; }
p { color: rgb(149,0,63); }
H1.HeaderClassName
{
color: #95003F;
}
.AnyTagClassName
{
color: #95003F;
}
</style>
background-color css
<style>
a { background-color: #95003F; }
a { background-color: rgb(149,0,63); }
div.DivClassName
{
background-color: #95003F;
}
.BgClassName
{
background-color: #95003F;
}
</style>
border-color css
<style>
span { border-color: #95003F; }
span { border-color: rgb(149,0,63); }
td.TdClassName
{
border-color: #95003F;
}
.TagClassName
{
border-color: #95003F;
}
</style>