Shades of Jazzberry Jam #B10B48
Tints of Jazzberry Jam #B10B48
RGB
CMYK
RGB Variations
Color information
#B10B48 (or 0xB10B48) is known color: Jazzberry Jam. HEX triplet: B1, 0B and 48. RGB value is (177,11,72). Sum of RGB (Red+Green+Blue) = 177+11+72=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10B48 is #4EF4B7. Grayscale: #434343. Windows color (decimal): -5174456 or 4721585. OLE color: 4721585.
HSL color Cylindrical-coordinate representation of color #B10B48: hue angle of 337.95º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10B48 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 11 | 72 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.31 |
| HSL | 337.95º | 0.88% | 0.37% | - |
| HSV(B) | 337.95º | 0.94% | 0.69% | - |
| XYZ | 19.42 | 10.05 | 7.05 | - |
| YUV | 67.59 | 130.5 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 72 | 0 | 0.94 | 0.59 | 0.31 | 337.95 | 0.88 | 0.37 |
| Hex | B1 | B | 48 | 0 | 5E | 3B | 1F | 152 | 58 | 25 |
| Octal | 261 | 13 | 110 | 0 | 136 | 73 | 37 | 522 | 130 | 45 |
| Binary | 10110001 | 1011 | 1001000 | 0 | 1011110 | 111011 | 11111 | 101010010 | 1011000 | 100101 |
Color Harmonies of #B10B48
Complementary color
Monochromatic Colors of #B10B48
Black with #B10B48
Text Example
Text Example
White with #B10B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10B48; }
p { color: rgb(177,11,72); }
H1.HeaderClassName
{
color: #B10B48;
}
.AnyTagClassName
{
color: #B10B48;
}
</style>
background-color css
<style>
a { background-color: #B10B48; }
a { background-color: rgb(177,11,72); }
div.DivClassName
{
background-color: #B10B48;
}
.BgClassName
{
background-color: #B10B48;
}
</style>
border-color css
<style>
span { border-color: #B10B48; }
span { border-color: rgb(177,11,72); }
td.TdClassName
{
border-color: #B10B48;
}
.TagClassName
{
border-color: #B10B48;
}
</style>