Shades of Jazzberry Jam #B10D5E
Tints of Jazzberry Jam #B10D5E
RGB
CMYK
RGB Variations
Color information
#B10D5E (or 0xB10D5E) is known color: Jazzberry Jam. HEX triplet: B1, 0D and 5E. RGB value is (177,13,94). Sum of RGB (Red+Green+Blue) = 177+13+94=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10D5E is #4EF2A1. Grayscale: #474747. Windows color (decimal): -5173922 or 6163889. OLE color: 6163889.
HSL color Cylindrical-coordinate representation of color #B10D5E: hue angle of 330.37º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10D5E is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 13 | 94 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.31 |
| HSL | 330.37º | 0.86% | 0.37% | - |
| HSV(B) | 330.37º | 0.93% | 0.69% | - |
| XYZ | 20.3 | 10.44 | 11.54 | - |
| YUV | 71.27 | 140.83 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 94 | 0 | 0.93 | 0.47 | 0.31 | 330.37 | 0.86 | 0.37 |
| Hex | B1 | D | 5E | 0 | 5D | 2F | 1F | 14A | 56 | 25 |
| Octal | 261 | 15 | 136 | 0 | 135 | 57 | 37 | 512 | 126 | 45 |
| Binary | 10110001 | 1101 | 1011110 | 0 | 1011101 | 101111 | 11111 | 101001010 | 1010110 | 100101 |
Color Harmonies of #B10D5E
Complementary color
Monochromatic Colors of #B10D5E
Black with #B10D5E
Text Example
Text Example
White with #B10D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10D5E; }
p { color: rgb(177,13,94); }
H1.HeaderClassName
{
color: #B10D5E;
}
.AnyTagClassName
{
color: #B10D5E;
}
</style>
background-color css
<style>
a { background-color: #B10D5E; }
a { background-color: rgb(177,13,94); }
div.DivClassName
{
background-color: #B10D5E;
}
.BgClassName
{
background-color: #B10D5E;
}
</style>
border-color css
<style>
span { border-color: #B10D5E; }
span { border-color: rgb(177,13,94); }
td.TdClassName
{
border-color: #B10D5E;
}
.TagClassName
{
border-color: #B10D5E;
}
</style>