Shades of Jazzberry Jam #B10B5D
Tints of Jazzberry Jam #B10B5D
RGB
CMYK
RGB Variations
Color information
#B10B5D (or 0xB10B5D) is known color: Jazzberry Jam. HEX triplet: B1, 0B and 5D. RGB value is (177,11,93). Sum of RGB (Red+Green+Blue) = 177+11+93=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10B5D is #4EF4A2. Grayscale: #454545. Windows color (decimal): -5174435 or 6097841. OLE color: 6097841.
HSL color Cylindrical-coordinate representation of color #B10B5D: hue angle of 330.36º 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 #B10B5D is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 11 | 93 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.31 |
| HSL | 330.36º | 0.88% | 0.37% | - |
| HSV(B) | 330.36º | 0.94% | 0.69% | - |
| XYZ | 20.23 | 10.38 | 11.29 | - |
| YUV | 69.98 | 141 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 93 | 0 | 0.94 | 0.47 | 0.31 | 330.36 | 0.88 | 0.37 |
| Hex | B1 | B | 5D | 0 | 5E | 2F | 1F | 14A | 58 | 25 |
| Octal | 261 | 13 | 135 | 0 | 136 | 57 | 37 | 512 | 130 | 45 |
| Binary | 10110001 | 1011 | 1011101 | 0 | 1011110 | 101111 | 11111 | 101001010 | 1011000 | 100101 |
Color Harmonies of #B10B5D
Complementary color
Monochromatic Colors of #B10B5D
Black with #B10B5D
Text Example
Text Example
White with #B10B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10B5D; }
p { color: rgb(177,11,93); }
H1.HeaderClassName
{
color: #B10B5D;
}
.AnyTagClassName
{
color: #B10B5D;
}
</style>
background-color css
<style>
a { background-color: #B10B5D; }
a { background-color: rgb(177,11,93); }
div.DivClassName
{
background-color: #B10B5D;
}
.BgClassName
{
background-color: #B10B5D;
}
</style>
border-color css
<style>
span { border-color: #B10B5D; }
span { border-color: rgb(177,11,93); }
td.TdClassName
{
border-color: #B10B5D;
}
.TagClassName
{
border-color: #B10B5D;
}
</style>