Shades of Jazzberry Jam #B3116A
Tints of Jazzberry Jam #B3116A
RGB
CMYK
RGB Variations
Color information
#B3116A (or 0xB3116A) is known color: Jazzberry Jam. HEX triplet: B3, 11 and 6A. RGB value is (179,17,106). Sum of RGB (Red+Green+Blue) = 179+17+106=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B3116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3116A is #4CEE95. Grayscale: #4B4B4B. Windows color (decimal): -5041814 or 6951347. OLE color: 6951347.
HSL color Cylindrical-coordinate representation of color #B3116A: hue angle of 327.04º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3116A is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 106 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.30 |
| HSL | 327.04º | 0.83% | 0.38% | - |
| HSV(B) | 327.04º | 0.91% | 0.7% | - |
| XYZ | 21.39 | 11.03 | 14.64 | - |
| YUV | 75.58 | 145.17 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 106 | 0 | 0.91 | 0.41 | 0.30 | 327.04 | 0.83 | 0.38 |
| Hex | B3 | 11 | 6A | 0 | 5B | 29 | 1E | 147 | 53 | 26 |
| Octal | 263 | 21 | 152 | 0 | 133 | 51 | 36 | 507 | 123 | 46 |
| Binary | 10110011 | 10001 | 1101010 | 0 | 1011011 | 101001 | 11110 | 101000111 | 1010011 | 100110 |
Color Harmonies of #B3116A
Complementary color
Monochromatic Colors of #B3116A
Black with #B3116A
Text Example
Text Example
White with #B3116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3116A; }
p { color: rgb(179,17,106); }
H1.HeaderClassName
{
color: #B3116A;
}
.AnyTagClassName
{
color: #B3116A;
}
</style>
background-color css
<style>
a { background-color: #B3116A; }
a { background-color: rgb(179,17,106); }
div.DivClassName
{
background-color: #B3116A;
}
.BgClassName
{
background-color: #B3116A;
}
</style>
border-color css
<style>
span { border-color: #B3116A; }
span { border-color: rgb(179,17,106); }
td.TdClassName
{
border-color: #B3116A;
}
.TagClassName
{
border-color: #B3116A;
}
</style>