Shades of Jazzberry Jam #B2135E
Tints of Jazzberry Jam #B2135E
RGB
CMYK
RGB Variations
Color information
#B2135E (or 0xB2135E) is known color: Jazzberry Jam. HEX triplet: B2, 13 and 5E. RGB value is (178,19,94). Sum of RGB (Red+Green+Blue) = 178+19+94=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B2135E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2135E is #4DECA1. Grayscale: #4A4A4A. Windows color (decimal): -5106850 or 6165426. OLE color: 6165426.
HSL color Cylindrical-coordinate representation of color #B2135E: hue angle of 331.7º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2135E is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 19 | 94 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.30 |
| HSL | 331.7º | 0.81% | 0.39% | - |
| HSV(B) | 331.7º | 0.89% | 0.7% | - |
| XYZ | 20.61 | 10.74 | 11.58 | - |
| YUV | 75.09 | 138.68 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 94 | 0 | 0.89 | 0.47 | 0.30 | 331.7 | 0.81 | 0.39 |
| Hex | B2 | 13 | 5E | 0 | 59 | 2F | 1E | 14C | 51 | 27 |
| Octal | 262 | 23 | 136 | 0 | 131 | 57 | 36 | 514 | 121 | 47 |
| Binary | 10110010 | 10011 | 1011110 | 0 | 1011001 | 101111 | 11110 | 101001100 | 1010001 | 100111 |
Color Harmonies of #B2135E
Complementary color
Monochromatic Colors of #B2135E
Black with #B2135E
Text Example
Text Example
White with #B2135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2135E; }
p { color: rgb(178,19,94); }
H1.HeaderClassName
{
color: #B2135E;
}
.AnyTagClassName
{
color: #B2135E;
}
</style>
background-color css
<style>
a { background-color: #B2135E; }
a { background-color: rgb(178,19,94); }
div.DivClassName
{
background-color: #B2135E;
}
.BgClassName
{
background-color: #B2135E;
}
</style>
border-color css
<style>
span { border-color: #B2135E; }
span { border-color: rgb(178,19,94); }
td.TdClassName
{
border-color: #B2135E;
}
.TagClassName
{
border-color: #B2135E;
}
</style>