Shades of Jazzberry Jam #B10048
Tints of Jazzberry Jam #B10048
RGB
CMYK
RGB Variations
Color information
#B10048 (or 0xB10048) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 48. RGB value is (177,0,72). Sum of RGB (Red+Green+Blue) = 177+0+72=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B10048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10048 is #4EFFB7. Grayscale: #3D3D3D. Windows color (decimal): -5177272 or 4718769. OLE color: 4718769.
HSL color Cylindrical-coordinate representation of color #B10048: hue angle of 335.59º 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 #B10048 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.59 | 0.31 |
| HSL | 335.59º | 1% | 0.35% | - |
| HSV(B) | 335.59º | 1% | 0.69% | - |
| XYZ | 19.3 | 9.81 | 7.01 | - |
| YUV | 61.13 | 134.14 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 72 | 0 | 1 | 0.59 | 0.31 | 335.59 | 1 | 0.35 |
| Hex | B1 | 0 | 48 | 0 | 64 | 3B | 1F | 150 | 64 | 23 |
| Octal | 261 | 0 | 110 | 0 | 144 | 73 | 37 | 520 | 144 | 43 |
| Binary | 10110001 | 0 | 1001000 | 0 | 1100100 | 111011 | 11111 | 101010000 | 1100100 | 100011 |
Color Harmonies of #B10048
Complementary color
Monochromatic Colors of #B10048
Black with #B10048
Text Example
Text Example
White with #B10048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10048; }
p { color: rgb(177,0,72); }
H1.HeaderClassName
{
color: #B10048;
}
.AnyTagClassName
{
color: #B10048;
}
</style>
background-color css
<style>
a { background-color: #B10048; }
a { background-color: rgb(177,0,72); }
div.DivClassName
{
background-color: #B10048;
}
.BgClassName
{
background-color: #B10048;
}
</style>
border-color css
<style>
span { border-color: #B10048; }
span { border-color: rgb(177,0,72); }
td.TdClassName
{
border-color: #B10048;
}
.TagClassName
{
border-color: #B10048;
}
</style>