Shades of Jazzberry Jam #B10B68
Tints of Jazzberry Jam #B10B68
RGB
CMYK
RGB Variations
Color information
#B10B68 (or 0xB10B68) is known color: Jazzberry Jam. HEX triplet: B1, 0B and 68. RGB value is (177,11,104). Sum of RGB (Red+Green+Blue) = 177+11+104=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10B68 is #4EF497. Grayscale: #474747. Windows color (decimal): -5174424 or 6818737. OLE color: 6818737.
HSL color Cylindrical-coordinate representation of color #B10B68: hue angle of 326.39º 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 #B10B68 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 11 | 104 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.31 |
| HSL | 326.39º | 0.88% | 0.37% | - |
| HSV(B) | 326.39º | 0.94% | 0.69% | - |
| XYZ | 20.75 | 10.59 | 14.05 | - |
| YUV | 71.24 | 146.5 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 104 | 0 | 0.94 | 0.41 | 0.31 | 326.39 | 0.88 | 0.37 |
| Hex | B1 | B | 68 | 0 | 5E | 29 | 1F | 146 | 58 | 25 |
| Octal | 261 | 13 | 150 | 0 | 136 | 51 | 37 | 506 | 130 | 45 |
| Binary | 10110001 | 1011 | 1101000 | 0 | 1011110 | 101001 | 11111 | 101000110 | 1011000 | 100101 |
Color Harmonies of #B10B68
Complementary color
Monochromatic Colors of #B10B68
Black with #B10B68
Text Example
Text Example
White with #B10B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10B68; }
p { color: rgb(177,11,104); }
H1.HeaderClassName
{
color: #B10B68;
}
.AnyTagClassName
{
color: #B10B68;
}
</style>
background-color css
<style>
a { background-color: #B10B68; }
a { background-color: rgb(177,11,104); }
div.DivClassName
{
background-color: #B10B68;
}
.BgClassName
{
background-color: #B10B68;
}
</style>
border-color css
<style>
span { border-color: #B10B68; }
span { border-color: rgb(177,11,104); }
td.TdClassName
{
border-color: #B10B68;
}
.TagClassName
{
border-color: #B10B68;
}
</style>