Shades of Jazzberry Jam #9C023C
Tints of Jazzberry Jam #9C023C
RGB
CMYK
RGB Variations
Color information
#9C023C (or 0x9C023C) is known color: Jazzberry Jam. HEX triplet: 9C, 02 and 3C. RGB value is (156,2,60). Sum of RGB (Red+Green+Blue) = 156+2+60=218 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.56% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 156 - color contains mainly: red. Hex color #9C023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C023C is #63FDC3. Grayscale: #363636. Windows color (decimal): -6553028 or 3932828. OLE color: 3932828.
HSL color Cylindrical-coordinate representation of color #9C023C: hue angle of 337.4º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C023C is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 2 | 60 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.39 |
| HSL | 337.4º | 0.97% | 0.31% | - |
| HSV(B) | 337.4º | 0.99% | 0.61% | - |
| XYZ | 14.55 | 7.44 | 4.94 | - |
| YUV | 54.66 | 131.02 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 60 | 0 | 0.99 | 0.62 | 0.39 | 337.4 | 0.97 | 0.31 |
| Hex | 9C | 2 | 3C | 0 | 63 | 3E | 27 | 151 | 61 | 1F |
| Octal | 234 | 2 | 74 | 0 | 143 | 76 | 47 | 521 | 141 | 37 |
| Binary | 10011100 | 10 | 111100 | 0 | 1100011 | 111110 | 100111 | 101010001 | 1100001 | 11111 |
Color Harmonies of #9C023C
Complementary color
Monochromatic Colors of #9C023C
Black with #9C023C
Text Example
Text Example
White with #9C023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C023C; }
p { color: rgb(156,2,60); }
H1.HeaderClassName
{
color: #9C023C;
}
.AnyTagClassName
{
color: #9C023C;
}
</style>
background-color css
<style>
a { background-color: #9C023C; }
a { background-color: rgb(156,2,60); }
div.DivClassName
{
background-color: #9C023C;
}
.BgClassName
{
background-color: #9C023C;
}
</style>
border-color css
<style>
span { border-color: #9C023C; }
span { border-color: rgb(156,2,60); }
td.TdClassName
{
border-color: #9C023C;
}
.TagClassName
{
border-color: #9C023C;
}
</style>