Shades of Jazzberry Jam #B11873
Tints of Jazzberry Jam #B11873
RGB
CMYK
RGB Variations
Color information
#B11873 (or 0xB11873) is known color: Jazzberry Jam. HEX triplet: B1, 18 and 73. RGB value is (177,24,115). Sum of RGB (Red+Green+Blue) = 177+24+115=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B11873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11873 is #4EE78C. Grayscale: #4F4F4F. Windows color (decimal): -5171085 or 7542961. OLE color: 7542961.
HSL color Cylindrical-coordinate representation of color #B11873: hue angle of 324.31º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11873 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 24 | 115 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.31 |
| HSL | 324.31º | 0.76% | 0.39% | - |
| HSV(B) | 324.31º | 0.86% | 0.69% | - |
| XYZ | 21.55 | 11.24 | 17.25 | - |
| YUV | 80.12 | 147.69 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 24 | 115 | 0 | 0.86 | 0.35 | 0.31 | 324.31 | 0.76 | 0.39 |
| Hex | B1 | 18 | 73 | 0 | 56 | 23 | 1F | 144 | 4C | 27 |
| Octal | 261 | 30 | 163 | 0 | 126 | 43 | 37 | 504 | 114 | 47 |
| Binary | 10110001 | 11000 | 1110011 | 0 | 1010110 | 100011 | 11111 | 101000100 | 1001100 | 100111 |
Color Harmonies of #B11873
Complementary color
Monochromatic Colors of #B11873
Black with #B11873
Text Example
Text Example
White with #B11873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11873; }
p { color: rgb(177,24,115); }
H1.HeaderClassName
{
color: #B11873;
}
.AnyTagClassName
{
color: #B11873;
}
</style>
background-color css
<style>
a { background-color: #B11873; }
a { background-color: rgb(177,24,115); }
div.DivClassName
{
background-color: #B11873;
}
.BgClassName
{
background-color: #B11873;
}
</style>
border-color css
<style>
span { border-color: #B11873; }
span { border-color: rgb(177,24,115); }
td.TdClassName
{
border-color: #B11873;
}
.TagClassName
{
border-color: #B11873;
}
</style>