Shades of Jazzberry Jam #99024B
Tints of Jazzberry Jam #99024B
RGB
CMYK
RGB Variations
Color information
#99024B (or 0x99024B) is known color: Jazzberry Jam. HEX triplet: 99, 02 and 4B. RGB value is (153,2,75). Sum of RGB (Red+Green+Blue) = 153+2+75=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #99024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99024B is #66FDB4. Grayscale: #373737. Windows color (decimal): -6749621 or 4915865. OLE color: 4915865.
HSL color Cylindrical-coordinate representation of color #99024B: hue angle of 330.99º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99024B is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.4 |
| HSL | 330.99º | 0.97% | 0.3% | - |
| HSV(B) | 330.99º | 0.99% | 0.6% | - |
| XYZ | 14.43 | 7.32 | 7.31 | - |
| YUV | 55.47 | 139.03 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 75 | 0 | 0.99 | 0.51 | 0.4 | 330.99 | 0.97 | 0.3 |
| Hex | 99 | 2 | 4B | 0 | 63 | 33 | 28 | 14B | 61 | 1E |
| Octal | 231 | 2 | 113 | 0 | 143 | 63 | 50 | 513 | 141 | 36 |
| Binary | 10011001 | 10 | 1001011 | 0 | 1100011 | 110011 | 101000 | 101001011 | 1100001 | 11110 |
Color Harmonies of #99024B
Complementary color
Monochromatic Colors of #99024B
Black with #99024B
Text Example
Text Example
White with #99024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99024B; }
p { color: rgb(153,2,75); }
H1.HeaderClassName
{
color: #99024B;
}
.AnyTagClassName
{
color: #99024B;
}
</style>
background-color css
<style>
a { background-color: #99024B; }
a { background-color: rgb(153,2,75); }
div.DivClassName
{
background-color: #99024B;
}
.BgClassName
{
background-color: #99024B;
}
</style>
border-color css
<style>
span { border-color: #99024B; }
span { border-color: rgb(153,2,75); }
td.TdClassName
{
border-color: #99024B;
}
.TagClassName
{
border-color: #99024B;
}
</style>