Shades of Jazzberry Jam #B11253
Tints of Jazzberry Jam #B11253
RGB
CMYK
RGB Variations
Color information
#B11253 (or 0xB11253) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 53. RGB value is (177,18,83). Sum of RGB (Red+Green+Blue) = 177+18+83=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B11253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11253 is #4EEDAC. Grayscale: #484848. Windows color (decimal): -5172653 or 5444273. OLE color: 5444273.
HSL color Cylindrical-coordinate representation of color #B11253: hue angle of 335.47º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11253 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 83 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.31 |
| HSL | 335.47º | 0.82% | 0.38% | - |
| HSV(B) | 335.47º | 0.9% | 0.69% | - |
| XYZ | 19.91 | 10.4 | 9.14 | - |
| YUV | 72.95 | 133.68 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 83 | 0 | 0.90 | 0.53 | 0.31 | 335.47 | 0.82 | 0.38 |
| Hex | B1 | 12 | 53 | 0 | 5A | 35 | 1F | 14F | 52 | 26 |
| Octal | 261 | 22 | 123 | 0 | 132 | 65 | 37 | 517 | 122 | 46 |
| Binary | 10110001 | 10010 | 1010011 | 0 | 1011010 | 110101 | 11111 | 101001111 | 1010010 | 100110 |
Color Harmonies of #B11253
Complementary color
Monochromatic Colors of #B11253
Black with #B11253
Text Example
Text Example
White with #B11253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11253; }
p { color: rgb(177,18,83); }
H1.HeaderClassName
{
color: #B11253;
}
.AnyTagClassName
{
color: #B11253;
}
</style>
background-color css
<style>
a { background-color: #B11253; }
a { background-color: rgb(177,18,83); }
div.DivClassName
{
background-color: #B11253;
}
.BgClassName
{
background-color: #B11253;
}
</style>
border-color css
<style>
span { border-color: #B11253; }
span { border-color: rgb(177,18,83); }
td.TdClassName
{
border-color: #B11253;
}
.TagClassName
{
border-color: #B11253;
}
</style>