Shades of Jazzberry Jam #9A0B3E
Tints of Jazzberry Jam #9A0B3E
RGB
CMYK
RGB Variations
Color information
#9A0B3E (or 0x9A0B3E) is known color: Jazzberry Jam. HEX triplet: 9A, 0B and 3E. RGB value is (154,11,62). Sum of RGB (Red+Green+Blue) = 154+11+62=227 (30% of max value = 765). Red value is 154 (60.55% from 255 or 67.84% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0B3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0B3E is #65F4C1. Grayscale: #3B3B3B. Windows color (decimal): -6681794 or 4066202. OLE color: 4066202.
HSL color Cylindrical-coordinate representation of color #9A0B3E: hue angle of 338.6º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A0B3E is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 11 | 62 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.40 |
| HSL | 338.6º | 0.87% | 0.32% | - |
| HSV(B) | 338.6º | 0.93% | 0.6% | - |
| XYZ | 14.32 | 7.46 | 5.24 | - |
| YUV | 59.57 | 129.38 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 11 | 62 | 0 | 0.93 | 0.60 | 0.40 | 338.6 | 0.87 | 0.32 |
| Hex | 9A | B | 3E | 0 | 5D | 3C | 28 | 153 | 57 | 20 |
| Octal | 232 | 13 | 76 | 0 | 135 | 74 | 50 | 523 | 127 | 40 |
| Binary | 10011010 | 1011 | 111110 | 0 | 1011101 | 111100 | 101000 | 101010011 | 1010111 | 100000 |
Color Harmonies of #9A0B3E
Complementary color
Monochromatic Colors of #9A0B3E
Black with #9A0B3E
Text Example
Text Example
White with #9A0B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0B3E; }
p { color: rgb(154,11,62); }
H1.HeaderClassName
{
color: #9A0B3E;
}
.AnyTagClassName
{
color: #9A0B3E;
}
</style>
background-color css
<style>
a { background-color: #9A0B3E; }
a { background-color: rgb(154,11,62); }
div.DivClassName
{
background-color: #9A0B3E;
}
.BgClassName
{
background-color: #9A0B3E;
}
</style>
border-color css
<style>
span { border-color: #9A0B3E; }
span { border-color: rgb(154,11,62); }
td.TdClassName
{
border-color: #9A0B3E;
}
.TagClassName
{
border-color: #9A0B3E;
}
</style>