Shades of Jazzberry Jam #9B003E
Tints of Jazzberry Jam #9B003E
RGB
CMYK
RGB Variations
Color information
#9B003E (or 0x9B003E) is known color: Jazzberry Jam. HEX triplet: 9B, 00 and 3E. RGB value is (155,0,62). Sum of RGB (Red+Green+Blue) = 155+0+62=217 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.43% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 155 - color contains mainly: red. Hex color #9B003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B003E is #64FFC1. Grayscale: #353535. Windows color (decimal): -6619074 or 4063387. OLE color: 4063387.
HSL color Cylindrical-coordinate representation of color #9B003E: hue angle of 336º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B003E is Cyan = 0, Magento = 1, Yellow = 0.6 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.6 | 0.39 |
| HSL | 336º | 1% | 0.3% | - |
| HSV(B) | 336º | 1% | 0.61% | - |
| XYZ | 14.39 | 7.32 | 5.21 | - |
| YUV | 53.41 | 132.85 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 62 | 0 | 1 | 0.6 | 0.39 | 336 | 1 | 0.3 |
| Hex | 9B | 0 | 3E | 0 | 64 | 3C | 27 | 150 | 64 | 1E |
| Octal | 233 | 0 | 76 | 0 | 144 | 74 | 47 | 520 | 144 | 36 |
| Binary | 10011011 | 0 | 111110 | 0 | 1100100 | 111100 | 100111 | 101010000 | 1100100 | 11110 |
Color Harmonies of #9B003E
Complementary color
Monochromatic Colors of #9B003E
Black with #9B003E
Text Example
Text Example
White with #9B003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B003E; }
p { color: rgb(155,0,62); }
H1.HeaderClassName
{
color: #9B003E;
}
.AnyTagClassName
{
color: #9B003E;
}
</style>
background-color css
<style>
a { background-color: #9B003E; }
a { background-color: rgb(155,0,62); }
div.DivClassName
{
background-color: #9B003E;
}
.BgClassName
{
background-color: #9B003E;
}
</style>
border-color css
<style>
span { border-color: #9B003E; }
span { border-color: rgb(155,0,62); }
td.TdClassName
{
border-color: #9B003E;
}
.TagClassName
{
border-color: #9B003E;
}
</style>