Shades of Jazzberry Jam #900B49
Tints of Jazzberry Jam #900B49
RGB
CMYK
RGB Variations
Color information
#900B49 (or 0x900B49) is known color: Jazzberry Jam. HEX triplet: 90, 0B and 49. RGB value is (144,11,73). Sum of RGB (Red+Green+Blue) = 144+11+73=228 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.16% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 144 - color contains mainly: red. Hex color #900B49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900B49 is #6FF4B6. Grayscale: #393939. Windows color (decimal): -7337143 or 4787088. OLE color: 4787088.
HSL color Cylindrical-coordinate representation of color #900B49: hue angle of 332.03º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900B49 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 11 | 73 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.44 |
| HSL | 332.03º | 0.86% | 0.3% | - |
| HSV(B) | 332.03º | 0.92% | 0.56% | - |
| XYZ | 12.82 | 6.65 | 6.91 | - |
| YUV | 57.84 | 136.56 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 11 | 73 | 0 | 0.92 | 0.49 | 0.44 | 332.03 | 0.86 | 0.3 |
| Hex | 90 | B | 49 | 0 | 5C | 31 | 2C | 14C | 56 | 1E |
| Octal | 220 | 13 | 111 | 0 | 134 | 61 | 54 | 514 | 126 | 36 |
| Binary | 10010000 | 1011 | 1001001 | 0 | 1011100 | 110001 | 101100 | 101001100 | 1010110 | 11110 |
Color Harmonies of #900B49
Complementary color
Monochromatic Colors of #900B49
Black with #900B49
Text Example
Text Example
White with #900B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900B49; }
p { color: rgb(144,11,73); }
H1.HeaderClassName
{
color: #900B49;
}
.AnyTagClassName
{
color: #900B49;
}
</style>
background-color css
<style>
a { background-color: #900B49; }
a { background-color: rgb(144,11,73); }
div.DivClassName
{
background-color: #900B49;
}
.BgClassName
{
background-color: #900B49;
}
</style>
border-color css
<style>
span { border-color: #900B49; }
span { border-color: rgb(144,11,73); }
td.TdClassName
{
border-color: #900B49;
}
.TagClassName
{
border-color: #900B49;
}
</style>