Shades of Jazzberry Jam #950344
Tints of Jazzberry Jam #950344
RGB
CMYK
RGB Variations
Color information
#950344 (or 0x950344) is known color: Jazzberry Jam. HEX triplet: 95, 03 and 44. RGB value is (149,3,68). Sum of RGB (Red+Green+Blue) = 149+3+68=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #950344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950344 is #6AFCBB. Grayscale: #353535. Windows color (decimal): -7011516 or 4457365. OLE color: 4457365.
HSL color Cylindrical-coordinate representation of color #950344: hue angle of 333.29º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #950344 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 68 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.42 |
| HSL | 333.29º | 0.96% | 0.3% | - |
| HSV(B) | 333.29º | 0.98% | 0.58% | - |
| XYZ | 13.47 | 6.87 | 6.09 | - |
| YUV | 54.06 | 135.87 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 68 | 0 | 0.98 | 0.54 | 0.42 | 333.29 | 0.96 | 0.3 |
| Hex | 95 | 3 | 44 | 0 | 62 | 36 | 2A | 14D | 60 | 1E |
| Octal | 225 | 3 | 104 | 0 | 142 | 66 | 52 | 515 | 140 | 36 |
| Binary | 10010101 | 11 | 1000100 | 0 | 1100010 | 110110 | 101010 | 101001101 | 1100000 | 11110 |
Color Harmonies of #950344
Complementary color
Monochromatic Colors of #950344
Black with #950344
Text Example
Text Example
White with #950344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950344; }
p { color: rgb(149,3,68); }
H1.HeaderClassName
{
color: #950344;
}
.AnyTagClassName
{
color: #950344;
}
</style>
background-color css
<style>
a { background-color: #950344; }
a { background-color: rgb(149,3,68); }
div.DivClassName
{
background-color: #950344;
}
.BgClassName
{
background-color: #950344;
}
</style>
border-color css
<style>
span { border-color: #950344; }
span { border-color: rgb(149,3,68); }
td.TdClassName
{
border-color: #950344;
}
.TagClassName
{
border-color: #950344;
}
</style>