Shades of Jazzberry Jam #950350
Tints of Jazzberry Jam #950350
RGB
CMYK
RGB Variations
Color information
#950350 (or 0x950350) is known color: Jazzberry Jam. HEX triplet: 95, 03 and 50. RGB value is (149,3,80). Sum of RGB (Red+Green+Blue) = 149+3+80=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #950350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950350 is #6AFCAF. Grayscale: #373737. Windows color (decimal): -7011504 or 5243797. OLE color: 5243797.
HSL color Cylindrical-coordinate representation of color #950350: hue angle of 328.36º 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 #950350 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 80 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.42 |
| HSL | 328.36º | 0.96% | 0.3% | - |
| HSV(B) | 328.36º | 0.98% | 0.58% | - |
| XYZ | 13.87 | 7.03 | 8.22 | - |
| YUV | 55.43 | 141.87 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 80 | 0 | 0.98 | 0.46 | 0.42 | 328.36 | 0.96 | 0.3 |
| Hex | 95 | 3 | 50 | 0 | 62 | 2E | 2A | 148 | 60 | 1E |
| Octal | 225 | 3 | 120 | 0 | 142 | 56 | 52 | 510 | 140 | 36 |
| Binary | 10010101 | 11 | 1010000 | 0 | 1100010 | 101110 | 101010 | 101001000 | 1100000 | 11110 |
Color Harmonies of #950350
Complementary color
Monochromatic Colors of #950350
Black with #950350
Text Example
Text Example
White with #950350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950350; }
p { color: rgb(149,3,80); }
H1.HeaderClassName
{
color: #950350;
}
.AnyTagClassName
{
color: #950350;
}
</style>
background-color css
<style>
a { background-color: #950350; }
a { background-color: rgb(149,3,80); }
div.DivClassName
{
background-color: #950350;
}
.BgClassName
{
background-color: #950350;
}
</style>
border-color css
<style>
span { border-color: #950350; }
span { border-color: rgb(149,3,80); }
td.TdClassName
{
border-color: #950350;
}
.TagClassName
{
border-color: #950350;
}
</style>