Shades of Jazzberry Jam #B0036A
Tints of Jazzberry Jam #B0036A
RGB
CMYK
RGB Variations
Color information
#B0036A (or 0xB0036A) is known color: Jazzberry Jam. HEX triplet: B0, 03 and 6A. RGB value is (176,3,106). Sum of RGB (Red+Green+Blue) = 176+3+106=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B0036A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0036A is #4FFC95. Grayscale: #424242. Windows color (decimal): -5242006 or 6947760. OLE color: 6947760.
HSL color Cylindrical-coordinate representation of color #B0036A: hue angle of 324.28º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0036A is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 3 | 106 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.31 |
| HSL | 324.28º | 0.97% | 0.35% | - |
| HSV(B) | 324.28º | 0.98% | 0.69% | - |
| XYZ | 20.54 | 10.34 | 14.55 | - |
| YUV | 66.47 | 150.31 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 106 | 0 | 0.98 | 0.40 | 0.31 | 324.28 | 0.97 | 0.35 |
| Hex | B0 | 3 | 6A | 0 | 62 | 28 | 1F | 144 | 61 | 23 |
| Octal | 260 | 3 | 152 | 0 | 142 | 50 | 37 | 504 | 141 | 43 |
| Binary | 10110000 | 11 | 1101010 | 0 | 1100010 | 101000 | 11111 | 101000100 | 1100001 | 100011 |
Color Harmonies of #B0036A
Complementary color
Monochromatic Colors of #B0036A
Black with #B0036A
Text Example
Text Example
White with #B0036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0036A; }
p { color: rgb(176,3,106); }
H1.HeaderClassName
{
color: #B0036A;
}
.AnyTagClassName
{
color: #B0036A;
}
</style>
background-color css
<style>
a { background-color: #B0036A; }
a { background-color: rgb(176,3,106); }
div.DivClassName
{
background-color: #B0036A;
}
.BgClassName
{
background-color: #B0036A;
}
</style>
border-color css
<style>
span { border-color: #B0036A; }
span { border-color: rgb(176,3,106); }
td.TdClassName
{
border-color: #B0036A;
}
.TagClassName
{
border-color: #B0036A;
}
</style>