Shades of Jazzberry Jam #950353
Tints of Jazzberry Jam #950353
RGB
CMYK
RGB Variations
Color information
#950353 (or 0x950353) is known color: Jazzberry Jam. HEX triplet: 95, 03 and 53. RGB value is (149,3,83). Sum of RGB (Red+Green+Blue) = 149+3+83=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #950353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950353 is #6AFCAC. Grayscale: #373737. Windows color (decimal): -7011501 or 5440405. OLE color: 5440405.
HSL color Cylindrical-coordinate representation of color #950353: hue angle of 327.12º 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 #950353 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 83 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.42 |
| HSL | 327.12º | 0.96% | 0.3% | - |
| HSV(B) | 327.12º | 0.98% | 0.58% | - |
| XYZ | 13.99 | 7.08 | 8.81 | - |
| YUV | 55.77 | 143.37 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 83 | 0 | 0.98 | 0.44 | 0.42 | 327.12 | 0.96 | 0.3 |
| Hex | 95 | 3 | 53 | 0 | 62 | 2C | 2A | 147 | 60 | 1E |
| Octal | 225 | 3 | 123 | 0 | 142 | 54 | 52 | 507 | 140 | 36 |
| Binary | 10010101 | 11 | 1010011 | 0 | 1100010 | 101100 | 101010 | 101000111 | 1100000 | 11110 |
Color Harmonies of #950353
Complementary color
Monochromatic Colors of #950353
Black with #950353
Text Example
Text Example
White with #950353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950353; }
p { color: rgb(149,3,83); }
H1.HeaderClassName
{
color: #950353;
}
.AnyTagClassName
{
color: #950353;
}
</style>
background-color css
<style>
a { background-color: #950353; }
a { background-color: rgb(149,3,83); }
div.DivClassName
{
background-color: #950353;
}
.BgClassName
{
background-color: #950353;
}
</style>
border-color css
<style>
span { border-color: #950353; }
span { border-color: rgb(149,3,83); }
td.TdClassName
{
border-color: #950353;
}
.TagClassName
{
border-color: #950353;
}
</style>