Shades of Jazzberry Jam #93024B
Tints of Jazzberry Jam #93024B
RGB
CMYK
RGB Variations
Color information
#93024B (or 0x93024B) is known color: Jazzberry Jam. HEX triplet: 93, 02 and 4B. RGB value is (147,2,75). Sum of RGB (Red+Green+Blue) = 147+2+75=224 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.62% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 147 - color contains mainly: red. Hex color #93024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93024B is #6CFDB4. Grayscale: #353535. Windows color (decimal): -7142837 or 4915859. OLE color: 4915859.
HSL color Cylindrical-coordinate representation of color #93024B: hue angle of 329.79º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93024B is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.42 |
| HSL | 329.79º | 0.97% | 0.29% | - |
| HSV(B) | 329.79º | 0.99% | 0.58% | - |
| XYZ | 13.32 | 6.75 | 7.26 | - |
| YUV | 53.68 | 140.04 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 75 | 0 | 0.99 | 0.49 | 0.42 | 329.79 | 0.97 | 0.29 |
| Hex | 93 | 2 | 4B | 0 | 63 | 31 | 2A | 14A | 61 | 1D |
| Octal | 223 | 2 | 113 | 0 | 143 | 61 | 52 | 512 | 141 | 35 |
| Binary | 10010011 | 10 | 1001011 | 0 | 1100011 | 110001 | 101010 | 101001010 | 1100001 | 11101 |
Color Harmonies of #93024B
Complementary color
Monochromatic Colors of #93024B
Black with #93024B
Text Example
Text Example
White with #93024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93024B; }
p { color: rgb(147,2,75); }
H1.HeaderClassName
{
color: #93024B;
}
.AnyTagClassName
{
color: #93024B;
}
</style>
background-color css
<style>
a { background-color: #93024B; }
a { background-color: rgb(147,2,75); }
div.DivClassName
{
background-color: #93024B;
}
.BgClassName
{
background-color: #93024B;
}
</style>
border-color css
<style>
span { border-color: #93024B; }
span { border-color: rgb(147,2,75); }
td.TdClassName
{
border-color: #93024B;
}
.TagClassName
{
border-color: #93024B;
}
</style>