Shades of Jazzberry Jam #9D0C3C
Tints of Jazzberry Jam #9D0C3C
RGB
CMYK
RGB Variations
Color information
#9D0C3C (or 0x9D0C3C) is known color: Jazzberry Jam. HEX triplet: 9D, 0C and 3C. RGB value is (157,12,60). Sum of RGB (Red+Green+Blue) = 157+12+60=229 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.56% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0C3C is #62F3C3. Grayscale: #3C3C3C. Windows color (decimal): -6484932 or 3935389. OLE color: 3935389.
HSL color Cylindrical-coordinate representation of color #9D0C3C: hue angle of 340.14º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0C3C is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 12 | 60 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.38 |
| HSL | 340.14º | 0.86% | 0.33% | - |
| HSV(B) | 340.14º | 0.92% | 0.62% | - |
| XYZ | 14.85 | 7.76 | 4.99 | - |
| YUV | 60.83 | 127.54 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 12 | 60 | 0 | 0.92 | 0.62 | 0.38 | 340.14 | 0.86 | 0.33 |
| Hex | 9D | C | 3C | 0 | 5C | 3E | 26 | 154 | 56 | 21 |
| Octal | 235 | 14 | 74 | 0 | 134 | 76 | 46 | 524 | 126 | 41 |
| Binary | 10011101 | 1100 | 111100 | 0 | 1011100 | 111110 | 100110 | 101010100 | 1010110 | 100001 |
Color Harmonies of #9D0C3C
Complementary color
Monochromatic Colors of #9D0C3C
Black with #9D0C3C
Text Example
Text Example
White with #9D0C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0C3C; }
p { color: rgb(157,12,60); }
H1.HeaderClassName
{
color: #9D0C3C;
}
.AnyTagClassName
{
color: #9D0C3C;
}
</style>
background-color css
<style>
a { background-color: #9D0C3C; }
a { background-color: rgb(157,12,60); }
div.DivClassName
{
background-color: #9D0C3C;
}
.BgClassName
{
background-color: #9D0C3C;
}
</style>
border-color css
<style>
span { border-color: #9D0C3C; }
span { border-color: rgb(157,12,60); }
td.TdClassName
{
border-color: #9D0C3C;
}
.TagClassName
{
border-color: #9D0C3C;
}
</style>