Shades of Jazzberry Jam #B10949
Tints of Jazzberry Jam #B10949
RGB
CMYK
RGB Variations
Color information
#B10949 (or 0xB10949) is known color: Jazzberry Jam. HEX triplet: B1, 09 and 49. RGB value is (177,9,73). Sum of RGB (Red+Green+Blue) = 177+9+73=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B10949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10949 is #4EF6B6. Grayscale: #424242. Windows color (decimal): -5174967 or 4786609. OLE color: 4786609.
HSL color Cylindrical-coordinate representation of color #B10949: hue angle of 337.14º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10949 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 9 | 73 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.31 |
| HSL | 337.14º | 0.9% | 0.36% | - |
| HSV(B) | 337.14º | 0.95% | 0.69% | - |
| XYZ | 19.43 | 10.02 | 7.21 | - |
| YUV | 66.53 | 131.66 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 73 | 0 | 0.95 | 0.59 | 0.31 | 337.14 | 0.9 | 0.36 |
| Hex | B1 | 9 | 49 | 0 | 5F | 3B | 1F | 151 | 5A | 24 |
| Octal | 261 | 11 | 111 | 0 | 137 | 73 | 37 | 521 | 132 | 44 |
| Binary | 10110001 | 1001 | 1001001 | 0 | 1011111 | 111011 | 11111 | 101010001 | 1011010 | 100100 |
Color Harmonies of #B10949
Complementary color
Monochromatic Colors of #B10949
Black with #B10949
Text Example
Text Example
White with #B10949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10949; }
p { color: rgb(177,9,73); }
H1.HeaderClassName
{
color: #B10949;
}
.AnyTagClassName
{
color: #B10949;
}
</style>
background-color css
<style>
a { background-color: #B10949; }
a { background-color: rgb(177,9,73); }
div.DivClassName
{
background-color: #B10949;
}
.BgClassName
{
background-color: #B10949;
}
</style>
border-color css
<style>
span { border-color: #B10949; }
span { border-color: rgb(177,9,73); }
td.TdClassName
{
border-color: #B10949;
}
.TagClassName
{
border-color: #B10949;
}
</style>