Shades of Jazzberry Jam #93023F
Tints of Jazzberry Jam #93023F
RGB
CMYK
RGB Variations
Color information
#93023F (or 0x93023F) is known color: Jazzberry Jam. HEX triplet: 93, 02 and 3F. RGB value is (147,2,63). Sum of RGB (Red+Green+Blue) = 147+2+63=212 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.34% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 147 - color contains mainly: red. Hex color #93023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93023F is #6CFDC0. Grayscale: #343434. Windows color (decimal): -7142849 or 4129427. OLE color: 4129427.
HSL color Cylindrical-coordinate representation of color #93023F: hue angle of 334.76º 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 #93023F is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 2 | 63 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.42 |
| HSL | 334.76º | 0.97% | 0.29% | - |
| HSV(B) | 334.76º | 0.99% | 0.58% | - |
| XYZ | 12.95 | 6.61 | 5.29 | - |
| YUV | 52.31 | 134.04 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 63 | 0 | 0.99 | 0.57 | 0.42 | 334.76 | 0.97 | 0.29 |
| Hex | 93 | 2 | 3F | 0 | 63 | 39 | 2A | 14F | 61 | 1D |
| Octal | 223 | 2 | 77 | 0 | 143 | 71 | 52 | 517 | 141 | 35 |
| Binary | 10010011 | 10 | 111111 | 0 | 1100011 | 111001 | 101010 | 101001111 | 1100001 | 11101 |
Color Harmonies of #93023F
Complementary color
Monochromatic Colors of #93023F
Black with #93023F
Text Example
Text Example
White with #93023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93023F; }
p { color: rgb(147,2,63); }
H1.HeaderClassName
{
color: #93023F;
}
.AnyTagClassName
{
color: #93023F;
}
</style>
background-color css
<style>
a { background-color: #93023F; }
a { background-color: rgb(147,2,63); }
div.DivClassName
{
background-color: #93023F;
}
.BgClassName
{
background-color: #93023F;
}
</style>
border-color css
<style>
span { border-color: #93023F; }
span { border-color: rgb(147,2,63); }
td.TdClassName
{
border-color: #93023F;
}
.TagClassName
{
border-color: #93023F;
}
</style>