Shades of Jazzberry Jam #B10045
Tints of Jazzberry Jam #B10045
RGB
CMYK
RGB Variations
Color information
#B10045 (or 0xB10045) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 45. RGB value is (177,0,69). Sum of RGB (Red+Green+Blue) = 177+0+69=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B10045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10045 is #4EFFBA. Grayscale: #3C3C3C. Windows color (decimal): -5177275 or 4522161. OLE color: 4522161.
HSL color Cylindrical-coordinate representation of color #B10045: hue angle of 336.61º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10045 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.61 | 0.31 |
| HSL | 336.61º | 1% | 0.35% | - |
| HSV(B) | 336.61º | 1% | 0.69% | - |
| XYZ | 19.21 | 9.78 | 6.51 | - |
| YUV | 60.79 | 132.64 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 69 | 0 | 1 | 0.61 | 0.31 | 336.61 | 1 | 0.35 |
| Hex | B1 | 0 | 45 | 0 | 64 | 3D | 1F | 151 | 64 | 23 |
| Octal | 261 | 0 | 105 | 0 | 144 | 75 | 37 | 521 | 144 | 43 |
| Binary | 10110001 | 0 | 1000101 | 0 | 1100100 | 111101 | 11111 | 101010001 | 1100100 | 100011 |
Color Harmonies of #B10045
Complementary color
Monochromatic Colors of #B10045
Black with #B10045
Text Example
Text Example
White with #B10045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10045; }
p { color: rgb(177,0,69); }
H1.HeaderClassName
{
color: #B10045;
}
.AnyTagClassName
{
color: #B10045;
}
</style>
background-color css
<style>
a { background-color: #B10045; }
a { background-color: rgb(177,0,69); }
div.DivClassName
{
background-color: #B10045;
}
.BgClassName
{
background-color: #B10045;
}
</style>
border-color css
<style>
span { border-color: #B10045; }
span { border-color: rgb(177,0,69); }
td.TdClassName
{
border-color: #B10045;
}
.TagClassName
{
border-color: #B10045;
}
</style>