Shades of Jazzberry Jam #950345
Tints of Jazzberry Jam #950345
RGB
CMYK
RGB Variations
Color information
#950345 (or 0x950345) is known color: Jazzberry Jam. HEX triplet: 95, 03 and 45. RGB value is (149,3,69). Sum of RGB (Red+Green+Blue) = 149+3+69=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #950345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950345 is #6AFCBA. Grayscale: #363636. Windows color (decimal): -7011515 or 4522901. OLE color: 4522901.
HSL color Cylindrical-coordinate representation of color #950345: hue angle of 332.88º 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 #950345 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 69 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.42 |
| HSL | 332.88º | 0.96% | 0.3% | - |
| HSV(B) | 332.88º | 0.98% | 0.58% | - |
| XYZ | 13.5 | 6.88 | 6.25 | - |
| YUV | 54.18 | 136.37 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 69 | 0 | 0.98 | 0.54 | 0.42 | 332.88 | 0.96 | 0.3 |
| Hex | 95 | 3 | 45 | 0 | 62 | 36 | 2A | 14D | 60 | 1E |
| Octal | 225 | 3 | 105 | 0 | 142 | 66 | 52 | 515 | 140 | 36 |
| Binary | 10010101 | 11 | 1000101 | 0 | 1100010 | 110110 | 101010 | 101001101 | 1100000 | 11110 |
Color Harmonies of #950345
Complementary color
Monochromatic Colors of #950345
Black with #950345
Text Example
Text Example
White with #950345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950345; }
p { color: rgb(149,3,69); }
H1.HeaderClassName
{
color: #950345;
}
.AnyTagClassName
{
color: #950345;
}
</style>
background-color css
<style>
a { background-color: #950345; }
a { background-color: rgb(149,3,69); }
div.DivClassName
{
background-color: #950345;
}
.BgClassName
{
background-color: #950345;
}
</style>
border-color css
<style>
span { border-color: #950345; }
span { border-color: rgb(149,3,69); }
td.TdClassName
{
border-color: #950345;
}
.TagClassName
{
border-color: #950345;
}
</style>