Shades of Jazzberry Jam #B41163
Tints of Jazzberry Jam #B41163
RGB
CMYK
RGB Variations
Color information
#B41163 (or 0xB41163) is known color: Jazzberry Jam. HEX triplet: B4, 11 and 63. RGB value is (180,17,99). Sum of RGB (Red+Green+Blue) = 180+17+99=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B41163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41163 is #4BEE9C. Grayscale: #4A4A4A. Windows color (decimal): -4976285 or 6492596. OLE color: 6492596.
HSL color Cylindrical-coordinate representation of color #B41163: hue angle of 329.82º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41163 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 17 | 99 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.29 |
| HSL | 329.82º | 0.83% | 0.39% | - |
| HSV(B) | 329.82º | 0.91% | 0.71% | - |
| XYZ | 21.27 | 11.01 | 12.81 | - |
| YUV | 75.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 99 | 0 | 0.91 | 0.45 | 0.29 | 329.82 | 0.83 | 0.39 |
| Hex | B4 | 11 | 63 | 0 | 5B | 2D | 1D | 14A | 53 | 27 |
| Octal | 264 | 21 | 143 | 0 | 133 | 55 | 35 | 512 | 123 | 47 |
| Binary | 10110100 | 10001 | 1100011 | 0 | 1011011 | 101101 | 11101 | 101001010 | 1010011 | 100111 |
Color Harmonies of #B41163
Complementary color
Monochromatic Colors of #B41163
Black with #B41163
Text Example
Text Example
White with #B41163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41163; }
p { color: rgb(180,17,99); }
H1.HeaderClassName
{
color: #B41163;
}
.AnyTagClassName
{
color: #B41163;
}
</style>
background-color css
<style>
a { background-color: #B41163; }
a { background-color: rgb(180,17,99); }
div.DivClassName
{
background-color: #B41163;
}
.BgClassName
{
background-color: #B41163;
}
</style>
border-color css
<style>
span { border-color: #B41163; }
span { border-color: rgb(180,17,99); }
td.TdClassName
{
border-color: #B41163;
}
.TagClassName
{
border-color: #B41163;
}
</style>