Shades of Jazzberry Jam #9B003C
Tints of Jazzberry Jam #9B003C
RGB
CMYK
RGB Variations
Color information
#9B003C (or 0x9B003C) is known color: Jazzberry Jam. HEX triplet: 9B, 00 and 3C. RGB value is (155,0,60). Sum of RGB (Red+Green+Blue) = 155+0+60=215 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.09% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 155 - color contains mainly: red. Hex color #9B003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B003C is #64FFC3. Grayscale: #353535. Windows color (decimal): -6619076 or 3932315. OLE color: 3932315.
HSL color Cylindrical-coordinate representation of color #9B003C: hue angle of 336.77º 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 #9B003C is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.61 | 0.39 |
| HSL | 336.77º | 1% | 0.3% | - |
| HSV(B) | 336.77º | 1% | 0.61% | - |
| XYZ | 14.33 | 7.29 | 4.93 | - |
| YUV | 53.19 | 131.85 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 60 | 0 | 1 | 0.61 | 0.39 | 336.77 | 1 | 0.3 |
| Hex | 9B | 0 | 3C | 0 | 64 | 3D | 27 | 151 | 64 | 1E |
| Octal | 233 | 0 | 74 | 0 | 144 | 75 | 47 | 521 | 144 | 36 |
| Binary | 10011011 | 0 | 111100 | 0 | 1100100 | 111101 | 100111 | 101010001 | 1100100 | 11110 |
Color Harmonies of #9B003C
Complementary color
Monochromatic Colors of #9B003C
Black with #9B003C
Text Example
Text Example
White with #9B003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B003C; }
p { color: rgb(155,0,60); }
H1.HeaderClassName
{
color: #9B003C;
}
.AnyTagClassName
{
color: #9B003C;
}
</style>
background-color css
<style>
a { background-color: #9B003C; }
a { background-color: rgb(155,0,60); }
div.DivClassName
{
background-color: #9B003C;
}
.BgClassName
{
background-color: #9B003C;
}
</style>
border-color css
<style>
span { border-color: #9B003C; }
span { border-color: rgb(155,0,60); }
td.TdClassName
{
border-color: #9B003C;
}
.TagClassName
{
border-color: #9B003C;
}
</style>