Shades of Jazzberry Jam #B0134C
Tints of Jazzberry Jam #B0134C
RGB
CMYK
RGB Variations
Color information
#B0134C (or 0xB0134C) is known color: Jazzberry Jam. HEX triplet: B0, 13 and 4C. RGB value is (176,19,76). Sum of RGB (Red+Green+Blue) = 176+19+76=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B0134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0134C is #4FECB3. Grayscale: #484848. Windows color (decimal): -5237940 or 4985776. OLE color: 4985776.
HSL color Cylindrical-coordinate representation of color #B0134C: hue angle of 338.22º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0134C is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 76 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.31 |
| HSL | 338.22º | 0.81% | 0.38% | - |
| HSV(B) | 338.22º | 0.89% | 0.69% | - |
| XYZ | 19.44 | 10.22 | 7.78 | - |
| YUV | 72.44 | 130.01 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 76 | 0 | 0.89 | 0.57 | 0.31 | 338.22 | 0.81 | 0.38 |
| Hex | B0 | 13 | 4C | 0 | 59 | 39 | 1F | 152 | 51 | 26 |
| Octal | 260 | 23 | 114 | 0 | 131 | 71 | 37 | 522 | 121 | 46 |
| Binary | 10110000 | 10011 | 1001100 | 0 | 1011001 | 111001 | 11111 | 101010010 | 1010001 | 100110 |
Color Harmonies of #B0134C
Complementary color
Monochromatic Colors of #B0134C
Black with #B0134C
Text Example
Text Example
White with #B0134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0134C; }
p { color: rgb(176,19,76); }
H1.HeaderClassName
{
color: #B0134C;
}
.AnyTagClassName
{
color: #B0134C;
}
</style>
background-color css
<style>
a { background-color: #B0134C; }
a { background-color: rgb(176,19,76); }
div.DivClassName
{
background-color: #B0134C;
}
.BgClassName
{
background-color: #B0134C;
}
</style>
border-color css
<style>
span { border-color: #B0134C; }
span { border-color: rgb(176,19,76); }
td.TdClassName
{
border-color: #B0134C;
}
.TagClassName
{
border-color: #B0134C;
}
</style>