Shades of Jazzberry Jam #910343
Tints of Jazzberry Jam #910343
RGB
CMYK
RGB Variations
Color information
#910343 (or 0x910343) is known color: Jazzberry Jam. HEX triplet: 91, 03 and 43. RGB value is (145,3,67). Sum of RGB (Red+Green+Blue) = 145+3+67=215 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.44% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 145 - color contains mainly: red. Hex color #910343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910343 is #6EFCBC. Grayscale: #343434. Windows color (decimal): -7273661 or 4391825. OLE color: 4391825.
HSL color Cylindrical-coordinate representation of color #910343: hue angle of 332.96º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #910343 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 67 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.43 |
| HSL | 332.96º | 0.96% | 0.29% | - |
| HSV(B) | 332.96º | 0.98% | 0.57% | - |
| XYZ | 12.72 | 6.49 | 5.89 | - |
| YUV | 52.75 | 136.04 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 67 | 0 | 0.98 | 0.54 | 0.43 | 332.96 | 0.96 | 0.29 |
| Hex | 91 | 3 | 43 | 0 | 62 | 36 | 2B | 14D | 60 | 1D |
| Octal | 221 | 3 | 103 | 0 | 142 | 66 | 53 | 515 | 140 | 35 |
| Binary | 10010001 | 11 | 1000011 | 0 | 1100010 | 110110 | 101011 | 101001101 | 1100000 | 11101 |
Color Harmonies of #910343
Complementary color
Monochromatic Colors of #910343
Black with #910343
Text Example
Text Example
White with #910343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910343; }
p { color: rgb(145,3,67); }
H1.HeaderClassName
{
color: #910343;
}
.AnyTagClassName
{
color: #910343;
}
</style>
background-color css
<style>
a { background-color: #910343; }
a { background-color: rgb(145,3,67); }
div.DivClassName
{
background-color: #910343;
}
.BgClassName
{
background-color: #910343;
}
</style>
border-color css
<style>
span { border-color: #910343; }
span { border-color: rgb(145,3,67); }
td.TdClassName
{
border-color: #910343;
}
.TagClassName
{
border-color: #910343;
}
</style>