Shades of Jazzberry Jam #910349
Tints of Jazzberry Jam #910349
RGB
CMYK
RGB Variations
Color information
#910349 (or 0x910349) is known color: Jazzberry Jam. HEX triplet: 91, 03 and 49. RGB value is (145,3,73). Sum of RGB (Red+Green+Blue) = 145+3+73=221 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.61% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 145 - color contains mainly: red. Hex color #910349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910349 is #6EFCB6. Grayscale: #353535. Windows color (decimal): -7273655 or 4785041. OLE color: 4785041.
HSL color Cylindrical-coordinate representation of color #910349: hue angle of 330.42º 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 #910349 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 73 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.43 |
| HSL | 330.42º | 0.96% | 0.29% | - |
| HSV(B) | 330.42º | 0.98% | 0.57% | - |
| XYZ | 12.91 | 6.57 | 6.89 | - |
| YUV | 53.44 | 139.04 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 73 | 0 | 0.98 | 0.50 | 0.43 | 330.42 | 0.96 | 0.29 |
| Hex | 91 | 3 | 49 | 0 | 62 | 32 | 2B | 14A | 60 | 1D |
| Octal | 221 | 3 | 111 | 0 | 142 | 62 | 53 | 512 | 140 | 35 |
| Binary | 10010001 | 11 | 1001001 | 0 | 1100010 | 110010 | 101011 | 101001010 | 1100000 | 11101 |
Color Harmonies of #910349
Complementary color
Monochromatic Colors of #910349
Black with #910349
Text Example
Text Example
White with #910349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910349; }
p { color: rgb(145,3,73); }
H1.HeaderClassName
{
color: #910349;
}
.AnyTagClassName
{
color: #910349;
}
</style>
background-color css
<style>
a { background-color: #910349; }
a { background-color: rgb(145,3,73); }
div.DivClassName
{
background-color: #910349;
}
.BgClassName
{
background-color: #910349;
}
</style>
border-color css
<style>
span { border-color: #910349; }
span { border-color: rgb(145,3,73); }
td.TdClassName
{
border-color: #910349;
}
.TagClassName
{
border-color: #910349;
}
</style>