Shades of Jazzberry Jam #90024C
Tints of Jazzberry Jam #90024C
RGB
CMYK
RGB Variations
Color information
#90024C (or 0x90024C) is known color: Jazzberry Jam. HEX triplet: 90, 02 and 4C. RGB value is (144,2,76). Sum of RGB (Red+Green+Blue) = 144+2+76=222 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.86% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 144 - color contains mainly: red. Hex color #90024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90024C is #6FFDB3. Grayscale: #343434. Windows color (decimal): -7339444 or 4981392. OLE color: 4981392.
HSL color Cylindrical-coordinate representation of color #90024C: hue angle of 328.73º 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 #90024C is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.44 |
| HSL | 328.73º | 0.97% | 0.29% | - |
| HSV(B) | 328.73º | 0.99% | 0.56% | - |
| XYZ | 12.83 | 6.49 | 7.41 | - |
| YUV | 52.89 | 141.04 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 76 | 0 | 0.99 | 0.47 | 0.44 | 328.73 | 0.97 | 0.29 |
| Hex | 90 | 2 | 4C | 0 | 63 | 2F | 2C | 149 | 61 | 1D |
| Octal | 220 | 2 | 114 | 0 | 143 | 57 | 54 | 511 | 141 | 35 |
| Binary | 10010000 | 10 | 1001100 | 0 | 1100011 | 101111 | 101100 | 101001001 | 1100001 | 11101 |
Color Harmonies of #90024C
Complementary color
Monochromatic Colors of #90024C
Black with #90024C
Text Example
Text Example
White with #90024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90024C; }
p { color: rgb(144,2,76); }
H1.HeaderClassName
{
color: #90024C;
}
.AnyTagClassName
{
color: #90024C;
}
</style>
background-color css
<style>
a { background-color: #90024C; }
a { background-color: rgb(144,2,76); }
div.DivClassName
{
background-color: #90024C;
}
.BgClassName
{
background-color: #90024C;
}
</style>
border-color css
<style>
span { border-color: #90024C; }
span { border-color: rgb(144,2,76); }
td.TdClassName
{
border-color: #90024C;
}
.TagClassName
{
border-color: #90024C;
}
</style>