Shades of Jazzberry Jam #B90052
Tints of Jazzberry Jam #B90052
RGB
CMYK
RGB Variations
Color information
#B90052 (or 0xB90052) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 52. RGB value is (185,0,82). Sum of RGB (Red+Green+Blue) = 185+0+82=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B90052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90052 is #46FFAD. Grayscale: #404040. Windows color (decimal): -4652974 or 5374137. OLE color: 5374137.
HSL color Cylindrical-coordinate representation of color #B90052: hue angle of 333.41º 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 #B90052 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.56 | 0.27 |
| HSL | 333.41º | 1% | 0.36% | - |
| HSV(B) | 333.41º | 1% | 0.73% | - |
| XYZ | 21.53 | 10.92 | 8.96 | - |
| YUV | 64.66 | 137.79 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 82 | 0 | 1 | 0.56 | 0.27 | 333.41 | 1 | 0.36 |
| Hex | B9 | 0 | 52 | 0 | 64 | 38 | 1B | 14D | 64 | 24 |
| Octal | 271 | 0 | 122 | 0 | 144 | 70 | 33 | 515 | 144 | 44 |
| Binary | 10111001 | 0 | 1010010 | 0 | 1100100 | 111000 | 11011 | 101001101 | 1100100 | 100100 |
Color Harmonies of #B90052
Complementary color
Monochromatic Colors of #B90052
Black with #B90052
Text Example
Text Example
White with #B90052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90052; }
p { color: rgb(185,0,82); }
H1.HeaderClassName
{
color: #B90052;
}
.AnyTagClassName
{
color: #B90052;
}
</style>
background-color css
<style>
a { background-color: #B90052; }
a { background-color: rgb(185,0,82); }
div.DivClassName
{
background-color: #B90052;
}
.BgClassName
{
background-color: #B90052;
}
</style>
border-color css
<style>
span { border-color: #B90052; }
span { border-color: rgb(185,0,82); }
td.TdClassName
{
border-color: #B90052;
}
.TagClassName
{
border-color: #B90052;
}
</style>