Shades of Jazzberry Jam #920344
Tints of Jazzberry Jam #920344
RGB
CMYK
RGB Variations
Color information
#920344 (or 0x920344) is known color: Jazzberry Jam. HEX triplet: 92, 03 and 44. RGB value is (146,3,68). Sum of RGB (Red+Green+Blue) = 146+3+68=217 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.28% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 146 - color contains mainly: red. Hex color #920344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920344 is #6DFCBB. Grayscale: #353535. Windows color (decimal): -7208124 or 4457362. OLE color: 4457362.
HSL color Cylindrical-coordinate representation of color #920344: hue angle of 332.73º 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 #920344 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 3 | 68 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.43 |
| HSL | 332.73º | 0.96% | 0.29% | - |
| HSV(B) | 332.73º | 0.98% | 0.57% | - |
| XYZ | 12.93 | 6.59 | 6.06 | - |
| YUV | 53.17 | 136.38 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 3 | 68 | 0 | 0.98 | 0.53 | 0.43 | 332.73 | 0.96 | 0.29 |
| Hex | 92 | 3 | 44 | 0 | 62 | 35 | 2B | 14D | 60 | 1D |
| Octal | 222 | 3 | 104 | 0 | 142 | 65 | 53 | 515 | 140 | 35 |
| Binary | 10010010 | 11 | 1000100 | 0 | 1100010 | 110101 | 101011 | 101001101 | 1100000 | 11101 |
Color Harmonies of #920344
Complementary color
Monochromatic Colors of #920344
Black with #920344
Text Example
Text Example
White with #920344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920344; }
p { color: rgb(146,3,68); }
H1.HeaderClassName
{
color: #920344;
}
.AnyTagClassName
{
color: #920344;
}
</style>
background-color css
<style>
a { background-color: #920344; }
a { background-color: rgb(146,3,68); }
div.DivClassName
{
background-color: #920344;
}
.BgClassName
{
background-color: #920344;
}
</style>
border-color css
<style>
span { border-color: #920344; }
span { border-color: rgb(146,3,68); }
td.TdClassName
{
border-color: #920344;
}
.TagClassName
{
border-color: #920344;
}
</style>