Shades of Jazzberry Jam #B10D4E
Tints of Jazzberry Jam #B10D4E
RGB
CMYK
RGB Variations
Color information
#B10D4E (or 0xB10D4E) is known color: Jazzberry Jam. HEX triplet: B1, 0D and 4E. RGB value is (177,13,78). Sum of RGB (Red+Green+Blue) = 177+13+78=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10D4E is #4EF2B1. Grayscale: #454545. Windows color (decimal): -5173938 or 5115313. OLE color: 5115313.
HSL color Cylindrical-coordinate representation of color #B10D4E: hue angle of 336.22º 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 #B10D4E is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 13 | 78 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.31 |
| HSL | 336.22º | 0.86% | 0.37% | - |
| HSV(B) | 336.22º | 0.93% | 0.69% | - |
| XYZ | 19.65 | 10.19 | 8.14 | - |
| YUV | 69.45 | 132.83 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 78 | 0 | 0.93 | 0.56 | 0.31 | 336.22 | 0.86 | 0.37 |
| Hex | B1 | D | 4E | 0 | 5D | 38 | 1F | 150 | 56 | 25 |
| Octal | 261 | 15 | 116 | 0 | 135 | 70 | 37 | 520 | 126 | 45 |
| Binary | 10110001 | 1101 | 1001110 | 0 | 1011101 | 111000 | 11111 | 101010000 | 1010110 | 100101 |
Color Harmonies of #B10D4E
Complementary color
Monochromatic Colors of #B10D4E
Black with #B10D4E
Text Example
Text Example
White with #B10D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10D4E; }
p { color: rgb(177,13,78); }
H1.HeaderClassName
{
color: #B10D4E;
}
.AnyTagClassName
{
color: #B10D4E;
}
</style>
background-color css
<style>
a { background-color: #B10D4E; }
a { background-color: rgb(177,13,78); }
div.DivClassName
{
background-color: #B10D4E;
}
.BgClassName
{
background-color: #B10D4E;
}
</style>
border-color css
<style>
span { border-color: #B10D4E; }
span { border-color: rgb(177,13,78); }
td.TdClassName
{
border-color: #B10D4E;
}
.TagClassName
{
border-color: #B10D4E;
}
</style>