Shades of Jazzberry Jam #9B003D
Tints of Jazzberry Jam #9B003D
RGB
CMYK
RGB Variations
Color information
#9B003D (or 0x9B003D) is known color: Jazzberry Jam. HEX triplet: 9B, 00 and 3D. RGB value is (155,0,61). Sum of RGB (Red+Green+Blue) = 155+0+61=216 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.76% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 155 - color contains mainly: red. Hex color #9B003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B003D is #64FFC2. Grayscale: #353535. Windows color (decimal): -6619075 or 3997851. OLE color: 3997851.
HSL color Cylindrical-coordinate representation of color #9B003D: hue angle of 336.39º 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 #9B003D is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.61 | 0.39 |
| HSL | 336.39º | 1% | 0.3% | - |
| HSV(B) | 336.39º | 1% | 0.61% | - |
| XYZ | 14.36 | 7.31 | 5.07 | - |
| YUV | 53.3 | 132.35 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 61 | 0 | 1 | 0.61 | 0.39 | 336.39 | 1 | 0.3 |
| Hex | 9B | 0 | 3D | 0 | 64 | 3D | 27 | 150 | 64 | 1E |
| Octal | 233 | 0 | 75 | 0 | 144 | 75 | 47 | 520 | 144 | 36 |
| Binary | 10011011 | 0 | 111101 | 0 | 1100100 | 111101 | 100111 | 101010000 | 1100100 | 11110 |
Color Harmonies of #9B003D
Complementary color
Monochromatic Colors of #9B003D
Black with #9B003D
Text Example
Text Example
White with #9B003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B003D; }
p { color: rgb(155,0,61); }
H1.HeaderClassName
{
color: #9B003D;
}
.AnyTagClassName
{
color: #9B003D;
}
</style>
background-color css
<style>
a { background-color: #9B003D; }
a { background-color: rgb(155,0,61); }
div.DivClassName
{
background-color: #9B003D;
}
.BgClassName
{
background-color: #9B003D;
}
</style>
border-color css
<style>
span { border-color: #9B003D; }
span { border-color: rgb(155,0,61); }
td.TdClassName
{
border-color: #9B003D;
}
.TagClassName
{
border-color: #9B003D;
}
</style>