Shades of Jazzberry Jam #B3116D
Tints of Jazzberry Jam #B3116D
RGB
CMYK
RGB Variations
Color information
#B3116D (or 0xB3116D) is known color: Jazzberry Jam. HEX triplet: B3, 11 and 6D. RGB value is (179,17,109). Sum of RGB (Red+Green+Blue) = 179+17+109=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B3116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3116D is #4CEE92. Grayscale: #4B4B4B. Windows color (decimal): -5041811 or 7147955. OLE color: 7147955.
HSL color Cylindrical-coordinate representation of color #B3116D: hue angle of 325.93º 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 #B3116D is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 109 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.30 |
| HSL | 325.93º | 0.83% | 0.38% | - |
| HSV(B) | 325.93º | 0.91% | 0.7% | - |
| XYZ | 21.55 | 11.09 | 15.47 | - |
| YUV | 75.93 | 146.67 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 109 | 0 | 0.91 | 0.39 | 0.30 | 325.93 | 0.83 | 0.38 |
| Hex | B3 | 11 | 6D | 0 | 5B | 27 | 1E | 146 | 53 | 26 |
| Octal | 263 | 21 | 155 | 0 | 133 | 47 | 36 | 506 | 123 | 46 |
| Binary | 10110011 | 10001 | 1101101 | 0 | 1011011 | 100111 | 11110 | 101000110 | 1010011 | 100110 |
Color Harmonies of #B3116D
Complementary color
Monochromatic Colors of #B3116D
Black with #B3116D
Text Example
Text Example
White with #B3116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3116D; }
p { color: rgb(179,17,109); }
H1.HeaderClassName
{
color: #B3116D;
}
.AnyTagClassName
{
color: #B3116D;
}
</style>
background-color css
<style>
a { background-color: #B3116D; }
a { background-color: rgb(179,17,109); }
div.DivClassName
{
background-color: #B3116D;
}
.BgClassName
{
background-color: #B3116D;
}
</style>
border-color css
<style>
span { border-color: #B3116D; }
span { border-color: rgb(179,17,109); }
td.TdClassName
{
border-color: #B3116D;
}
.TagClassName
{
border-color: #B3116D;
}
</style>