Shades of Jazzberry Jam #B11F5D
Tints of Jazzberry Jam #B11F5D
RGB
CMYK
RGB Variations
Color information
#B11F5D (or 0xB11F5D) is known color: Jazzberry Jam. HEX triplet: B1, 1F and 5D. RGB value is (177,31,93). Sum of RGB (Red+Green+Blue) = 177+31+93=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11F5D is #4EE0A2. Grayscale: #515151. Windows color (decimal): -5169315 or 6102961. OLE color: 6102961.
HSL color Cylindrical-coordinate representation of color #B11F5D: hue angle of 334.52º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B11F5D is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 31 | 93 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.31 |
| HSL | 334.52º | 0.7% | 0.41% | - |
| HSV(B) | 334.52º | 0.82% | 0.69% | - |
| XYZ | 20.6 | 11.12 | 11.42 | - |
| YUV | 81.72 | 134.37 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 93 | 0 | 0.82 | 0.47 | 0.31 | 334.52 | 0.7 | 0.41 |
| Hex | B1 | 1F | 5D | 0 | 52 | 2F | 1F | 14F | 46 | 29 |
| Octal | 261 | 37 | 135 | 0 | 122 | 57 | 37 | 517 | 106 | 51 |
| Binary | 10110001 | 11111 | 1011101 | 0 | 1010010 | 101111 | 11111 | 101001111 | 1000110 | 101001 |
Color Harmonies of #B11F5D
Complementary color
Monochromatic Colors of #B11F5D
Black with #B11F5D
Text Example
Text Example
White with #B11F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11F5D; }
p { color: rgb(177,31,93); }
H1.HeaderClassName
{
color: #B11F5D;
}
.AnyTagClassName
{
color: #B11F5D;
}
</style>
background-color css
<style>
a { background-color: #B11F5D; }
a { background-color: rgb(177,31,93); }
div.DivClassName
{
background-color: #B11F5D;
}
.BgClassName
{
background-color: #B11F5D;
}
</style>
border-color css
<style>
span { border-color: #B11F5D; }
span { border-color: rgb(177,31,93); }
td.TdClassName
{
border-color: #B11F5D;
}
.TagClassName
{
border-color: #B11F5D;
}
</style>