Shades of Jazzberry Jam #B90048
Tints of Jazzberry Jam #B90048
RGB
CMYK
RGB Variations
Color information
#B90048 (or 0xB90048) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 48. RGB value is (185,0,72). Sum of RGB (Red+Green+Blue) = 185+0+72=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B90048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90048 is #46FFB7. Grayscale: #3F3F3F. Windows color (decimal): -4652984 or 4718777. OLE color: 4718777.
HSL color Cylindrical-coordinate representation of color #B90048: hue angle of 336.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B90048 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.61 | 0.27 |
| HSL | 336.65º | 1% | 0.36% | - |
| HSV(B) | 336.65º | 1% | 0.73% | - |
| XYZ | 21.18 | 10.78 | 7.1 | - |
| YUV | 63.52 | 132.79 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 72 | 0 | 1 | 0.61 | 0.27 | 336.65 | 1 | 0.36 |
| Hex | B9 | 0 | 48 | 0 | 64 | 3D | 1B | 151 | 64 | 24 |
| Octal | 271 | 0 | 110 | 0 | 144 | 75 | 33 | 521 | 144 | 44 |
| Binary | 10111001 | 0 | 1001000 | 0 | 1100100 | 111101 | 11011 | 101010001 | 1100100 | 100100 |
Color Harmonies of #B90048
Complementary color
Monochromatic Colors of #B90048
Black with #B90048
Text Example
Text Example
White with #B90048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90048; }
p { color: rgb(185,0,72); }
H1.HeaderClassName
{
color: #B90048;
}
.AnyTagClassName
{
color: #B90048;
}
</style>
background-color css
<style>
a { background-color: #B90048; }
a { background-color: rgb(185,0,72); }
div.DivClassName
{
background-color: #B90048;
}
.BgClassName
{
background-color: #B90048;
}
</style>
border-color css
<style>
span { border-color: #B90048; }
span { border-color: rgb(185,0,72); }
td.TdClassName
{
border-color: #B90048;
}
.TagClassName
{
border-color: #B90048;
}
</style>