Shades of Jazzberry Jam #B10D5A
Tints of Jazzberry Jam #B10D5A
RGB
CMYK
RGB Variations
Color information
#B10D5A (or 0xB10D5A) is known color: Jazzberry Jam. HEX triplet: B1, 0D and 5A. RGB value is (177,13,90). Sum of RGB (Red+Green+Blue) = 177+13+90=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10D5A is #4EF2A5. Grayscale: #464646. Windows color (decimal): -5173926 or 5901745. OLE color: 5901745.
HSL color Cylindrical-coordinate representation of color #B10D5A: hue angle of 331.83º 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 #B10D5A is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 13 | 90 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.31 |
| HSL | 331.83º | 0.86% | 0.37% | - |
| HSV(B) | 331.83º | 0.93% | 0.69% | - |
| XYZ | 20.12 | 10.37 | 10.61 | - |
| YUV | 70.81 | 138.83 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 90 | 0 | 0.93 | 0.49 | 0.31 | 331.83 | 0.86 | 0.37 |
| Hex | B1 | D | 5A | 0 | 5D | 31 | 1F | 14C | 56 | 25 |
| Octal | 261 | 15 | 132 | 0 | 135 | 61 | 37 | 514 | 126 | 45 |
| Binary | 10110001 | 1101 | 1011010 | 0 | 1011101 | 110001 | 11111 | 101001100 | 1010110 | 100101 |
Color Harmonies of #B10D5A
Complementary color
Monochromatic Colors of #B10D5A
Black with #B10D5A
Text Example
Text Example
White with #B10D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10D5A; }
p { color: rgb(177,13,90); }
H1.HeaderClassName
{
color: #B10D5A;
}
.AnyTagClassName
{
color: #B10D5A;
}
</style>
background-color css
<style>
a { background-color: #B10D5A; }
a { background-color: rgb(177,13,90); }
div.DivClassName
{
background-color: #B10D5A;
}
.BgClassName
{
background-color: #B10D5A;
}
</style>
border-color css
<style>
span { border-color: #B10D5A; }
span { border-color: rgb(177,13,90); }
td.TdClassName
{
border-color: #B10D5A;
}
.TagClassName
{
border-color: #B10D5A;
}
</style>