Shades of Jazzberry Jam #9B003F
Tints of Jazzberry Jam #9B003F
RGB
CMYK
RGB Variations
Color information
#9B003F (or 0x9B003F) is known color: Jazzberry Jam. HEX triplet: 9B, 00 and 3F. RGB value is (155,0,63). Sum of RGB (Red+Green+Blue) = 155+0+63=218 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.10% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 155 - color contains mainly: red. Hex color #9B003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B003F is #64FFC0. Grayscale: #353535. Windows color (decimal): -6619073 or 4128923. OLE color: 4128923.
HSL color Cylindrical-coordinate representation of color #9B003F: hue angle of 335.61º 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 #9B003F is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.59 | 0.39 |
| HSL | 335.61º | 1% | 0.3% | - |
| HSV(B) | 335.61º | 1% | 0.61% | - |
| XYZ | 14.41 | 7.33 | 5.36 | - |
| YUV | 53.53 | 133.35 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 63 | 0 | 1 | 0.59 | 0.39 | 335.61 | 1 | 0.3 |
| Hex | 9B | 0 | 3F | 0 | 64 | 3B | 27 | 150 | 64 | 1E |
| Octal | 233 | 0 | 77 | 0 | 144 | 73 | 47 | 520 | 144 | 36 |
| Binary | 10011011 | 0 | 111111 | 0 | 1100100 | 111011 | 100111 | 101010000 | 1100100 | 11110 |
Color Harmonies of #9B003F
Complementary color
Monochromatic Colors of #9B003F
Black with #9B003F
Text Example
Text Example
White with #9B003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B003F; }
p { color: rgb(155,0,63); }
H1.HeaderClassName
{
color: #9B003F;
}
.AnyTagClassName
{
color: #9B003F;
}
</style>
background-color css
<style>
a { background-color: #9B003F; }
a { background-color: rgb(155,0,63); }
div.DivClassName
{
background-color: #9B003F;
}
.BgClassName
{
background-color: #9B003F;
}
</style>
border-color css
<style>
span { border-color: #9B003F; }
span { border-color: rgb(155,0,63); }
td.TdClassName
{
border-color: #9B003F;
}
.TagClassName
{
border-color: #9B003F;
}
</style>