Shades of Jazzberry Jam #9C0341
Tints of Jazzberry Jam #9C0341
RGB
CMYK
RGB Variations
Color information
#9C0341 (or 0x9C0341) is known color: Jazzberry Jam. HEX triplet: 9C, 03 and 41. RGB value is (156,3,65). Sum of RGB (Red+Green+Blue) = 156+3+65=224 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.64% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0341 is #63FCBE. Grayscale: #373737. Windows color (decimal): -6552767 or 4260764. OLE color: 4260764.
HSL color Cylindrical-coordinate representation of color #9C0341: hue angle of 335.69º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C0341 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 3 | 65 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.39 |
| HSL | 335.69º | 0.96% | 0.31% | - |
| HSV(B) | 335.69º | 0.98% | 0.61% | - |
| XYZ | 14.7 | 7.51 | 5.68 | - |
| YUV | 55.82 | 133.19 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 65 | 0 | 0.98 | 0.58 | 0.39 | 335.69 | 0.96 | 0.31 |
| Hex | 9C | 3 | 41 | 0 | 62 | 3A | 27 | 150 | 60 | 1F |
| Octal | 234 | 3 | 101 | 0 | 142 | 72 | 47 | 520 | 140 | 37 |
| Binary | 10011100 | 11 | 1000001 | 0 | 1100010 | 111010 | 100111 | 101010000 | 1100000 | 11111 |
Color Harmonies of #9C0341
Complementary color
Monochromatic Colors of #9C0341
Black with #9C0341
Text Example
Text Example
White with #9C0341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0341; }
p { color: rgb(156,3,65); }
H1.HeaderClassName
{
color: #9C0341;
}
.AnyTagClassName
{
color: #9C0341;
}
</style>
background-color css
<style>
a { background-color: #9C0341; }
a { background-color: rgb(156,3,65); }
div.DivClassName
{
background-color: #9C0341;
}
.BgClassName
{
background-color: #9C0341;
}
</style>
border-color css
<style>
span { border-color: #9C0341; }
span { border-color: rgb(156,3,65); }
td.TdClassName
{
border-color: #9C0341;
}
.TagClassName
{
border-color: #9C0341;
}
</style>