Shades of Jazzberry Jam #9C0C3C
Tints of Jazzberry Jam #9C0C3C
RGB
CMYK
RGB Variations
Color information
#9C0C3C (or 0x9C0C3C) is known color: Jazzberry Jam. HEX triplet: 9C, 0C and 3C. RGB value is (156,12,60). Sum of RGB (Red+Green+Blue) = 156+12+60=228 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.42% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0C3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0C3C is #63F3C3. Grayscale: #3C3C3C. Windows color (decimal): -6550468 or 3935388. OLE color: 3935388.
HSL color Cylindrical-coordinate representation of color #9C0C3C: hue angle of 340º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0C3C is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 12 | 60 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.39 |
| HSL | 340º | 0.86% | 0.33% | - |
| HSV(B) | 340º | 0.92% | 0.61% | - |
| XYZ | 14.66 | 7.66 | 4.98 | - |
| YUV | 60.53 | 127.71 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 12 | 60 | 0 | 0.92 | 0.62 | 0.39 | 340 | 0.86 | 0.33 |
| Hex | 9C | C | 3C | 0 | 5C | 3E | 27 | 154 | 56 | 21 |
| Octal | 234 | 14 | 74 | 0 | 134 | 76 | 47 | 524 | 126 | 41 |
| Binary | 10011100 | 1100 | 111100 | 0 | 1011100 | 111110 | 100111 | 101010100 | 1010110 | 100001 |
Color Harmonies of #9C0C3C
Complementary color
Monochromatic Colors of #9C0C3C
Black with #9C0C3C
Text Example
Text Example
White with #9C0C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0C3C; }
p { color: rgb(156,12,60); }
H1.HeaderClassName
{
color: #9C0C3C;
}
.AnyTagClassName
{
color: #9C0C3C;
}
</style>
background-color css
<style>
a { background-color: #9C0C3C; }
a { background-color: rgb(156,12,60); }
div.DivClassName
{
background-color: #9C0C3C;
}
.BgClassName
{
background-color: #9C0C3C;
}
</style>
border-color css
<style>
span { border-color: #9C0C3C; }
span { border-color: rgb(156,12,60); }
td.TdClassName
{
border-color: #9C0C3C;
}
.TagClassName
{
border-color: #9C0C3C;
}
</style>