Shades of Jazzberry Jam #B90153
Tints of Jazzberry Jam #B90153
RGB
CMYK
RGB Variations
Color information
#B90153 (or 0xB90153) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 53. RGB value is (185,1,83). Sum of RGB (Red+Green+Blue) = 185+1+83=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B90153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90153 is #46FEAC. Grayscale: #414141. Windows color (decimal): -4652717 or 5439929. OLE color: 5439929.
HSL color Cylindrical-coordinate representation of color #B90153: hue angle of 333.26º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90153 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.27 |
| HSL | 333.26º | 0.99% | 0.36% | - |
| HSV(B) | 333.26º | 0.99% | 0.73% | - |
| XYZ | 21.58 | 10.96 | 9.16 | - |
| YUV | 65.36 | 137.96 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 83 | 0 | 0.99 | 0.55 | 0.27 | 333.26 | 0.99 | 0.36 |
| Hex | B9 | 1 | 53 | 0 | 63 | 37 | 1B | 14D | 63 | 24 |
| Octal | 271 | 1 | 123 | 0 | 143 | 67 | 33 | 515 | 143 | 44 |
| Binary | 10111001 | 1 | 1010011 | 0 | 1100011 | 110111 | 11011 | 101001101 | 1100011 | 100100 |
Color Harmonies of #B90153
Complementary color
Monochromatic Colors of #B90153
Black with #B90153
Text Example
Text Example
White with #B90153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90153; }
p { color: rgb(185,1,83); }
H1.HeaderClassName
{
color: #B90153;
}
.AnyTagClassName
{
color: #B90153;
}
</style>
background-color css
<style>
a { background-color: #B90153; }
a { background-color: rgb(185,1,83); }
div.DivClassName
{
background-color: #B90153;
}
.BgClassName
{
background-color: #B90153;
}
</style>
border-color css
<style>
span { border-color: #B90153; }
span { border-color: rgb(185,1,83); }
td.TdClassName
{
border-color: #B90153;
}
.TagClassName
{
border-color: #B90153;
}
</style>