Shades of Jazzberry Jam #9B0449
Tints of Jazzberry Jam #9B0449
RGB
CMYK
RGB Variations
Color information
#9B0449 (or 0x9B0449) is known color: Jazzberry Jam. HEX triplet: 9B, 04 and 49. RGB value is (155,4,73). Sum of RGB (Red+Green+Blue) = 155+4+73=232 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.81% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0449 is #64FBB6. Grayscale: #383838. Windows color (decimal): -6618039 or 4785307. OLE color: 4785307.
HSL color Cylindrical-coordinate representation of color #9B0449: hue angle of 332.58º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B0449 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 4 | 73 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.39 |
| HSL | 332.58º | 0.95% | 0.31% | - |
| HSV(B) | 332.58º | 0.97% | 0.61% | - |
| XYZ | 14.76 | 7.54 | 6.98 | - |
| YUV | 57.02 | 137.03 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 4 | 73 | 0 | 0.97 | 0.53 | 0.39 | 332.58 | 0.95 | 0.31 |
| Hex | 9B | 4 | 49 | 0 | 61 | 35 | 27 | 14D | 5F | 1F |
| Octal | 233 | 4 | 111 | 0 | 141 | 65 | 47 | 515 | 137 | 37 |
| Binary | 10011011 | 100 | 1001001 | 0 | 1100001 | 110101 | 100111 | 101001101 | 1011111 | 11111 |
Color Harmonies of #9B0449
Complementary color
Monochromatic Colors of #9B0449
Black with #9B0449
Text Example
Text Example
White with #9B0449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0449; }
p { color: rgb(155,4,73); }
H1.HeaderClassName
{
color: #9B0449;
}
.AnyTagClassName
{
color: #9B0449;
}
</style>
background-color css
<style>
a { background-color: #9B0449; }
a { background-color: rgb(155,4,73); }
div.DivClassName
{
background-color: #9B0449;
}
.BgClassName
{
background-color: #9B0449;
}
</style>
border-color css
<style>
span { border-color: #9B0449; }
span { border-color: rgb(155,4,73); }
td.TdClassName
{
border-color: #9B0449;
}
.TagClassName
{
border-color: #9B0449;
}
</style>