Shades of Jazzberry Jam #9A0B3D
Tints of Jazzberry Jam #9A0B3D
RGB
CMYK
RGB Variations
Color information
#9A0B3D (or 0x9A0B3D) is known color: Jazzberry Jam. HEX triplet: 9A, 0B and 3D. RGB value is (154,11,61). Sum of RGB (Red+Green+Blue) = 154+11+61=226 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.14% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0B3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0B3D is #65F4C2. Grayscale: #3B3B3B. Windows color (decimal): -6681795 or 4000666. OLE color: 4000666.
HSL color Cylindrical-coordinate representation of color #9A0B3D: hue angle of 339.02º 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 #9A0B3D is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 11 | 61 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.40 |
| HSL | 339.02º | 0.87% | 0.32% | - |
| HSV(B) | 339.02º | 0.93% | 0.6% | - |
| XYZ | 14.29 | 7.45 | 5.1 | - |
| YUV | 59.46 | 128.88 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 11 | 61 | 0 | 0.93 | 0.60 | 0.40 | 339.02 | 0.87 | 0.32 |
| Hex | 9A | B | 3D | 0 | 5D | 3C | 28 | 153 | 57 | 20 |
| Octal | 232 | 13 | 75 | 0 | 135 | 74 | 50 | 523 | 127 | 40 |
| Binary | 10011010 | 1011 | 111101 | 0 | 1011101 | 111100 | 101000 | 101010011 | 1010111 | 100000 |
Color Harmonies of #9A0B3D
Complementary color
Monochromatic Colors of #9A0B3D
Black with #9A0B3D
Text Example
Text Example
White with #9A0B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0B3D; }
p { color: rgb(154,11,61); }
H1.HeaderClassName
{
color: #9A0B3D;
}
.AnyTagClassName
{
color: #9A0B3D;
}
</style>
background-color css
<style>
a { background-color: #9A0B3D; }
a { background-color: rgb(154,11,61); }
div.DivClassName
{
background-color: #9A0B3D;
}
.BgClassName
{
background-color: #9A0B3D;
}
</style>
border-color css
<style>
span { border-color: #9A0B3D; }
span { border-color: rgb(154,11,61); }
td.TdClassName
{
border-color: #9A0B3D;
}
.TagClassName
{
border-color: #9A0B3D;
}
</style>