Shades of Jazzberry Jam #950E42
Tints of Jazzberry Jam #950E42
RGB
CMYK
RGB Variations
Color information
#950E42 (or 0x950E42) is known color: Jazzberry Jam. HEX triplet: 95, 0E and 42. RGB value is (149,14,66). Sum of RGB (Red+Green+Blue) = 149+14+66=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #950E42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950E42 is #6AF1BD. Grayscale: #3C3C3C. Windows color (decimal): -7008702 or 4329109. OLE color: 4329109.
HSL color Cylindrical-coordinate representation of color #950E42: hue angle of 336.89º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950E42 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 14 | 66 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.42 |
| HSL | 336.89º | 0.83% | 0.32% | - |
| HSV(B) | 336.89º | 0.91% | 0.58% | - |
| XYZ | 13.53 | 7.1 | 5.81 | - |
| YUV | 60.29 | 131.23 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 14 | 66 | 0 | 0.91 | 0.56 | 0.42 | 336.89 | 0.83 | 0.32 |
| Hex | 95 | E | 42 | 0 | 5B | 38 | 2A | 151 | 53 | 20 |
| Octal | 225 | 16 | 102 | 0 | 133 | 70 | 52 | 521 | 123 | 40 |
| Binary | 10010101 | 1110 | 1000010 | 0 | 1011011 | 111000 | 101010 | 101010001 | 1010011 | 100000 |
Color Harmonies of #950E42
Complementary color
Monochromatic Colors of #950E42
Black with #950E42
Text Example
Text Example
White with #950E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950E42; }
p { color: rgb(149,14,66); }
H1.HeaderClassName
{
color: #950E42;
}
.AnyTagClassName
{
color: #950E42;
}
</style>
background-color css
<style>
a { background-color: #950E42; }
a { background-color: rgb(149,14,66); }
div.DivClassName
{
background-color: #950E42;
}
.BgClassName
{
background-color: #950E42;
}
</style>
border-color css
<style>
span { border-color: #950E42; }
span { border-color: rgb(149,14,66); }
td.TdClassName
{
border-color: #950E42;
}
.TagClassName
{
border-color: #950E42;
}
</style>