Shades of Jazzberry Jam #950243
Tints of Jazzberry Jam #950243
RGB
CMYK
RGB Variations
Color information
#950243 (or 0x950243) is known color: Jazzberry Jam. HEX triplet: 95, 02 and 43. RGB value is (149,2,67). Sum of RGB (Red+Green+Blue) = 149+2+67=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #950243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950243 is #6AFDBC. Grayscale: #353535. Windows color (decimal): -7011773 or 4391573. OLE color: 4391573.
HSL color Cylindrical-coordinate representation of color #950243: hue angle of 333.47º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950243 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.42 |
| HSL | 333.47º | 0.97% | 0.3% | - |
| HSV(B) | 333.47º | 0.99% | 0.58% | - |
| XYZ | 13.43 | 6.84 | 5.92 | - |
| YUV | 53.36 | 135.7 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 67 | 0 | 0.99 | 0.55 | 0.42 | 333.47 | 0.97 | 0.3 |
| Hex | 95 | 2 | 43 | 0 | 63 | 37 | 2A | 14D | 61 | 1E |
| Octal | 225 | 2 | 103 | 0 | 143 | 67 | 52 | 515 | 141 | 36 |
| Binary | 10010101 | 10 | 1000011 | 0 | 1100011 | 110111 | 101010 | 101001101 | 1100001 | 11110 |
Color Harmonies of #950243
Complementary color
Monochromatic Colors of #950243
Black with #950243
Text Example
Text Example
White with #950243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950243; }
p { color: rgb(149,2,67); }
H1.HeaderClassName
{
color: #950243;
}
.AnyTagClassName
{
color: #950243;
}
</style>
background-color css
<style>
a { background-color: #950243; }
a { background-color: rgb(149,2,67); }
div.DivClassName
{
background-color: #950243;
}
.BgClassName
{
background-color: #950243;
}
</style>
border-color css
<style>
span { border-color: #950243; }
span { border-color: rgb(149,2,67); }
td.TdClassName
{
border-color: #950243;
}
.TagClassName
{
border-color: #950243;
}
</style>