Shades of Jazzberry Jam #B10150
Tints of Jazzberry Jam #B10150
RGB
CMYK
RGB Variations
Color information
#B10150 (or 0xB10150) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 50. RGB value is (177,1,80). Sum of RGB (Red+Green+Blue) = 177+1+80=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B10150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10150 is #4EFEAF. Grayscale: #3E3E3E. Windows color (decimal): -5177008 or 5243313. OLE color: 5243313.
HSL color Cylindrical-coordinate representation of color #B10150: hue angle of 333.07º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10150 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.31 |
| HSL | 333.07º | 0.99% | 0.35% | - |
| HSV(B) | 333.07º | 0.99% | 0.69% | - |
| XYZ | 19.59 | 9.95 | 8.48 | - |
| YUV | 62.63 | 137.81 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 80 | 0 | 0.99 | 0.55 | 0.31 | 333.07 | 0.99 | 0.35 |
| Hex | B1 | 1 | 50 | 0 | 63 | 37 | 1F | 14D | 63 | 23 |
| Octal | 261 | 1 | 120 | 0 | 143 | 67 | 37 | 515 | 143 | 43 |
| Binary | 10110001 | 1 | 1010000 | 0 | 1100011 | 110111 | 11111 | 101001101 | 1100011 | 100011 |
Color Harmonies of #B10150
Complementary color
Monochromatic Colors of #B10150
Black with #B10150
Text Example
Text Example
White with #B10150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10150; }
p { color: rgb(177,1,80); }
H1.HeaderClassName
{
color: #B10150;
}
.AnyTagClassName
{
color: #B10150;
}
</style>
background-color css
<style>
a { background-color: #B10150; }
a { background-color: rgb(177,1,80); }
div.DivClassName
{
background-color: #B10150;
}
.BgClassName
{
background-color: #B10150;
}
</style>
border-color css
<style>
span { border-color: #B10150; }
span { border-color: rgb(177,1,80); }
td.TdClassName
{
border-color: #B10150;
}
.TagClassName
{
border-color: #B10150;
}
</style>