Shades of Jazzberry Jam #B90047
Tints of Jazzberry Jam #B90047
RGB
CMYK
RGB Variations
Color information
#B90047 (or 0xB90047) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 47. RGB value is (185,0,71). Sum of RGB (Red+Green+Blue) = 185+0+71=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B90047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90047 is #46FFB8. Grayscale: #3F3F3F. Windows color (decimal): -4652985 or 4653241. OLE color: 4653241.
HSL color Cylindrical-coordinate representation of color #B90047: hue angle of 336.97º 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 #B90047 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.62 | 0.27 |
| HSL | 336.97º | 1% | 0.36% | - |
| HSV(B) | 336.97º | 1% | 0.73% | - |
| XYZ | 21.14 | 10.77 | 6.93 | - |
| YUV | 63.41 | 132.29 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 71 | 0 | 1 | 0.62 | 0.27 | 336.97 | 1 | 0.36 |
| Hex | B9 | 0 | 47 | 0 | 64 | 3E | 1B | 151 | 64 | 24 |
| Octal | 271 | 0 | 107 | 0 | 144 | 76 | 33 | 521 | 144 | 44 |
| Binary | 10111001 | 0 | 1000111 | 0 | 1100100 | 111110 | 11011 | 101010001 | 1100100 | 100100 |
Color Harmonies of #B90047
Complementary color
Monochromatic Colors of #B90047
Black with #B90047
Text Example
Text Example
White with #B90047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90047; }
p { color: rgb(185,0,71); }
H1.HeaderClassName
{
color: #B90047;
}
.AnyTagClassName
{
color: #B90047;
}
</style>
background-color css
<style>
a { background-color: #B90047; }
a { background-color: rgb(185,0,71); }
div.DivClassName
{
background-color: #B90047;
}
.BgClassName
{
background-color: #B90047;
}
</style>
border-color css
<style>
span { border-color: #B90047; }
span { border-color: rgb(185,0,71); }
td.TdClassName
{
border-color: #B90047;
}
.TagClassName
{
border-color: #B90047;
}
</style>