Shades of Jazzberry Jam #B11F68
Tints of Jazzberry Jam #B11F68
RGB
CMYK
RGB Variations
Color information
#B11F68 (or 0xB11F68) is known color: Jazzberry Jam. HEX triplet: B1, 1F and 68. RGB value is (177,31,104). Sum of RGB (Red+Green+Blue) = 177+31+104=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11F68 is #4EE097. Grayscale: #525252. Windows color (decimal): -5169304 or 6823857. OLE color: 6823857.
HSL color Cylindrical-coordinate representation of color #B11F68: hue angle of 330º 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 #B11F68 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 31 | 104 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.31 |
| HSL | 330º | 0.7% | 0.41% | - |
| HSV(B) | 330º | 0.82% | 0.69% | - |
| XYZ | 21.12 | 11.33 | 14.17 | - |
| YUV | 82.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 104 | 0 | 0.82 | 0.41 | 0.31 | 330 | 0.7 | 0.41 |
| Hex | B1 | 1F | 68 | 0 | 52 | 29 | 1F | 14A | 46 | 29 |
| Octal | 261 | 37 | 150 | 0 | 122 | 51 | 37 | 512 | 106 | 51 |
| Binary | 10110001 | 11111 | 1101000 | 0 | 1010010 | 101001 | 11111 | 101001010 | 1000110 | 101001 |
Color Harmonies of #B11F68
Complementary color
Monochromatic Colors of #B11F68
Black with #B11F68
Text Example
Text Example
White with #B11F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11F68; }
p { color: rgb(177,31,104); }
H1.HeaderClassName
{
color: #B11F68;
}
.AnyTagClassName
{
color: #B11F68;
}
</style>
background-color css
<style>
a { background-color: #B11F68; }
a { background-color: rgb(177,31,104); }
div.DivClassName
{
background-color: #B11F68;
}
.BgClassName
{
background-color: #B11F68;
}
</style>
border-color css
<style>
span { border-color: #B11F68; }
span { border-color: rgb(177,31,104); }
td.TdClassName
{
border-color: #B11F68;
}
.TagClassName
{
border-color: #B11F68;
}
</style>