Shades of Jazzberry Jam #B2015B
Tints of Jazzberry Jam #B2015B
RGB
CMYK
RGB Variations
Color information
#B2015B (or 0xB2015B) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 5B. RGB value is (178,1,91). Sum of RGB (Red+Green+Blue) = 178+1+91=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B2015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2015B is #4DFEA4. Grayscale: #404040. Windows color (decimal): -5111461 or 5964210. OLE color: 5964210.
HSL color Cylindrical-coordinate representation of color #B2015B: hue angle of 329.49º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2015B is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.30 |
| HSL | 329.49º | 0.99% | 0.35% | - |
| HSV(B) | 329.49º | 0.99% | 0.7% | - |
| XYZ | 20.26 | 10.24 | 10.81 | - |
| YUV | 64.18 | 143.14 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 91 | 0 | 0.99 | 0.49 | 0.30 | 329.49 | 0.99 | 0.35 |
| Hex | B2 | 1 | 5B | 0 | 63 | 31 | 1E | 149 | 63 | 23 |
| Octal | 262 | 1 | 133 | 0 | 143 | 61 | 36 | 511 | 143 | 43 |
| Binary | 10110010 | 1 | 1011011 | 0 | 1100011 | 110001 | 11110 | 101001001 | 1100011 | 100011 |
Color Harmonies of #B2015B
Complementary color
Monochromatic Colors of #B2015B
Black with #B2015B
Text Example
Text Example
White with #B2015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2015B; }
p { color: rgb(178,1,91); }
H1.HeaderClassName
{
color: #B2015B;
}
.AnyTagClassName
{
color: #B2015B;
}
</style>
background-color css
<style>
a { background-color: #B2015B; }
a { background-color: rgb(178,1,91); }
div.DivClassName
{
background-color: #B2015B;
}
.BgClassName
{
background-color: #B2015B;
}
</style>
border-color css
<style>
span { border-color: #B2015B; }
span { border-color: rgb(178,1,91); }
td.TdClassName
{
border-color: #B2015B;
}
.TagClassName
{
border-color: #B2015B;
}
</style>