Shades of Jazzberry Jam #90024B
Tints of Jazzberry Jam #90024B
RGB
CMYK
RGB Variations
Color information
#90024B (or 0x90024B) is known color: Jazzberry Jam. HEX triplet: 90, 02 and 4B. RGB value is (144,2,75). Sum of RGB (Red+Green+Blue) = 144+2+75=221 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.16% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 144 - color contains mainly: red. Hex color #90024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90024B is #6FFDB4. Grayscale: #343434. Windows color (decimal): -7339445 or 4915856. OLE color: 4915856.
HSL color Cylindrical-coordinate representation of color #90024B: hue angle of 329.15º 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 #90024B is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.44 |
| HSL | 329.15º | 0.97% | 0.29% | - |
| HSV(B) | 329.15º | 0.99% | 0.56% | - |
| XYZ | 12.79 | 6.48 | 7.23 | - |
| YUV | 52.78 | 140.54 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 75 | 0 | 0.99 | 0.48 | 0.44 | 329.15 | 0.97 | 0.29 |
| Hex | 90 | 2 | 4B | 0 | 63 | 30 | 2C | 149 | 61 | 1D |
| Octal | 220 | 2 | 113 | 0 | 143 | 60 | 54 | 511 | 141 | 35 |
| Binary | 10010000 | 10 | 1001011 | 0 | 1100011 | 110000 | 101100 | 101001001 | 1100001 | 11101 |
Color Harmonies of #90024B
Complementary color
Monochromatic Colors of #90024B
Black with #90024B
Text Example
Text Example
White with #90024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90024B; }
p { color: rgb(144,2,75); }
H1.HeaderClassName
{
color: #90024B;
}
.AnyTagClassName
{
color: #90024B;
}
</style>
background-color css
<style>
a { background-color: #90024B; }
a { background-color: rgb(144,2,75); }
div.DivClassName
{
background-color: #90024B;
}
.BgClassName
{
background-color: #90024B;
}
</style>
border-color css
<style>
span { border-color: #90024B; }
span { border-color: rgb(144,2,75); }
td.TdClassName
{
border-color: #90024B;
}
.TagClassName
{
border-color: #90024B;
}
</style>