Shades of Jazzberry Jam #B10250
Tints of Jazzberry Jam #B10250
RGB
CMYK
RGB Variations
Color information
#B10250 (or 0xB10250) is known color: Jazzberry Jam. HEX triplet: B1, 02 and 50. RGB value is (177,2,80). Sum of RGB (Red+Green+Blue) = 177+2+80=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B10250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10250 is #4EFDAF. Grayscale: #3F3F3F. Windows color (decimal): -5176752 or 5243569. OLE color: 5243569.
HSL color Cylindrical-coordinate representation of color #B10250: hue angle of 333.26º degrees, saturation: 0.98, 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 #B10250 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.31 |
| HSL | 333.26º | 0.98% | 0.35% | - |
| HSV(B) | 333.26º | 0.99% | 0.69% | - |
| XYZ | 19.6 | 9.97 | 8.48 | - |
| YUV | 63.22 | 137.48 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 80 | 0 | 0.99 | 0.55 | 0.31 | 333.26 | 0.98 | 0.35 |
| Hex | B1 | 2 | 50 | 0 | 63 | 37 | 1F | 14D | 62 | 23 |
| Octal | 261 | 2 | 120 | 0 | 143 | 67 | 37 | 515 | 142 | 43 |
| Binary | 10110001 | 10 | 1010000 | 0 | 1100011 | 110111 | 11111 | 101001101 | 1100010 | 100011 |
Color Harmonies of #B10250
Complementary color
Monochromatic Colors of #B10250
Black with #B10250
Text Example
Text Example
White with #B10250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10250; }
p { color: rgb(177,2,80); }
H1.HeaderClassName
{
color: #B10250;
}
.AnyTagClassName
{
color: #B10250;
}
</style>
background-color css
<style>
a { background-color: #B10250; }
a { background-color: rgb(177,2,80); }
div.DivClassName
{
background-color: #B10250;
}
.BgClassName
{
background-color: #B10250;
}
</style>
border-color css
<style>
span { border-color: #B10250; }
span { border-color: rgb(177,2,80); }
td.TdClassName
{
border-color: #B10250;
}
.TagClassName
{
border-color: #B10250;
}
</style>