Shades of Jazzberry Jam #900246
Tints of Jazzberry Jam #900246
RGB
CMYK
RGB Variations
Color information
#900246 (or 0x900246) is known color: Jazzberry Jam. HEX triplet: 90, 02 and 46. RGB value is (144,2,70). Sum of RGB (Red+Green+Blue) = 144+2+70=216 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.67% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 144 - color contains mainly: red. Hex color #900246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900246 is #6FFDB9. Grayscale: #343434. Windows color (decimal): -7339450 or 4588176. OLE color: 4588176.
HSL color Cylindrical-coordinate representation of color #900246: hue angle of 331.27º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900246 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 70 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.44 |
| HSL | 331.27º | 0.97% | 0.29% | - |
| HSV(B) | 331.27º | 0.99% | 0.56% | - |
| XYZ | 12.63 | 6.41 | 6.37 | - |
| YUV | 52.21 | 138.04 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 70 | 0 | 0.99 | 0.51 | 0.44 | 331.27 | 0.97 | 0.29 |
| Hex | 90 | 2 | 46 | 0 | 63 | 33 | 2C | 14B | 61 | 1D |
| Octal | 220 | 2 | 106 | 0 | 143 | 63 | 54 | 513 | 141 | 35 |
| Binary | 10010000 | 10 | 1000110 | 0 | 1100011 | 110011 | 101100 | 101001011 | 1100001 | 11101 |
Color Harmonies of #900246
Complementary color
Monochromatic Colors of #900246
Black with #900246
Text Example
Text Example
White with #900246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900246; }
p { color: rgb(144,2,70); }
H1.HeaderClassName
{
color: #900246;
}
.AnyTagClassName
{
color: #900246;
}
</style>
background-color css
<style>
a { background-color: #900246; }
a { background-color: rgb(144,2,70); }
div.DivClassName
{
background-color: #900246;
}
.BgClassName
{
background-color: #900246;
}
</style>
border-color css
<style>
span { border-color: #900246; }
span { border-color: rgb(144,2,70); }
td.TdClassName
{
border-color: #900246;
}
.TagClassName
{
border-color: #900246;
}
</style>