Shades of Jazzberry Jam #950343
Tints of Jazzberry Jam #950343
RGB
CMYK
RGB Variations
Color information
#950343 (or 0x950343) is known color: Jazzberry Jam. HEX triplet: 95, 03 and 43. RGB value is (149,3,67). Sum of RGB (Red+Green+Blue) = 149+3+67=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #950343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950343 is #6AFCBC. Grayscale: #353535. Windows color (decimal): -7011517 or 4391829. OLE color: 4391829.
HSL color Cylindrical-coordinate representation of color #950343: hue angle of 333.7º 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 #950343 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 67 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.42 |
| HSL | 333.7º | 0.96% | 0.3% | - |
| HSV(B) | 333.7º | 0.98% | 0.58% | - |
| XYZ | 13.44 | 6.86 | 5.93 | - |
| YUV | 53.95 | 135.37 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 67 | 0 | 0.98 | 0.55 | 0.42 | 333.7 | 0.96 | 0.3 |
| Hex | 95 | 3 | 43 | 0 | 62 | 37 | 2A | 14E | 60 | 1E |
| Octal | 225 | 3 | 103 | 0 | 142 | 67 | 52 | 516 | 140 | 36 |
| Binary | 10010101 | 11 | 1000011 | 0 | 1100010 | 110111 | 101010 | 101001110 | 1100000 | 11110 |
Color Harmonies of #950343
Complementary color
Monochromatic Colors of #950343
Black with #950343
Text Example
Text Example
White with #950343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950343; }
p { color: rgb(149,3,67); }
H1.HeaderClassName
{
color: #950343;
}
.AnyTagClassName
{
color: #950343;
}
</style>
background-color css
<style>
a { background-color: #950343; }
a { background-color: rgb(149,3,67); }
div.DivClassName
{
background-color: #950343;
}
.BgClassName
{
background-color: #950343;
}
</style>
border-color css
<style>
span { border-color: #950343; }
span { border-color: rgb(149,3,67); }
td.TdClassName
{
border-color: #950343;
}
.TagClassName
{
border-color: #950343;
}
</style>