Shades of Jazzberry Jam #9B013C
Tints of Jazzberry Jam #9B013C
RGB
CMYK
RGB Variations
Color information
#9B013C (or 0x9B013C) is known color: Jazzberry Jam. HEX triplet: 9B, 01 and 3C. RGB value is (155,1,60). Sum of RGB (Red+Green+Blue) = 155+1+60=216 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.76% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 155 - color contains mainly: red. Hex color #9B013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B013C is #64FEC3. Grayscale: #353535. Windows color (decimal): -6618820 or 3932571. OLE color: 3932571.
HSL color Cylindrical-coordinate representation of color #9B013C: hue angle of 337.01º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B013C is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.39 |
| HSL | 337.01º | 0.99% | 0.31% | - |
| HSV(B) | 337.01º | 0.99% | 0.61% | - |
| XYZ | 14.34 | 7.32 | 4.93 | - |
| YUV | 53.77 | 131.52 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 60 | 0 | 0.99 | 0.61 | 0.39 | 337.01 | 0.99 | 0.31 |
| Hex | 9B | 1 | 3C | 0 | 63 | 3D | 27 | 151 | 63 | 1F |
| Octal | 233 | 1 | 74 | 0 | 143 | 75 | 47 | 521 | 143 | 37 |
| Binary | 10011011 | 1 | 111100 | 0 | 1100011 | 111101 | 100111 | 101010001 | 1100011 | 11111 |
Color Harmonies of #9B013C
Complementary color
Monochromatic Colors of #9B013C
Black with #9B013C
Text Example
Text Example
White with #9B013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B013C; }
p { color: rgb(155,1,60); }
H1.HeaderClassName
{
color: #9B013C;
}
.AnyTagClassName
{
color: #9B013C;
}
</style>
background-color css
<style>
a { background-color: #9B013C; }
a { background-color: rgb(155,1,60); }
div.DivClassName
{
background-color: #9B013C;
}
.BgClassName
{
background-color: #9B013C;
}
</style>
border-color css
<style>
span { border-color: #9B013C; }
span { border-color: rgb(155,1,60); }
td.TdClassName
{
border-color: #9B013C;
}
.TagClassName
{
border-color: #9B013C;
}
</style>