Shades of Jazzberry Jam #B41363
Tints of Jazzberry Jam #B41363
RGB
CMYK
RGB Variations
Color information
#B41363 (or 0xB41363) is known color: Jazzberry Jam. HEX triplet: B4, 13 and 63. RGB value is (180,19,99). Sum of RGB (Red+Green+Blue) = 180+19+99=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B41363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41363 is #4BEC9C. Grayscale: #4C4C4C. Windows color (decimal): -4975773 or 6493108. OLE color: 6493108.
HSL color Cylindrical-coordinate representation of color #B41363: hue angle of 330.19º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41363 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 99 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.29 |
| HSL | 330.19º | 0.81% | 0.39% | - |
| HSV(B) | 330.19º | 0.89% | 0.71% | - |
| XYZ | 21.31 | 11.07 | 12.82 | - |
| YUV | 76.26 | 140.84 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 99 | 0 | 0.89 | 0.45 | 0.29 | 330.19 | 0.81 | 0.39 |
| Hex | B4 | 13 | 63 | 0 | 59 | 2D | 1D | 14A | 51 | 27 |
| Octal | 264 | 23 | 143 | 0 | 131 | 55 | 35 | 512 | 121 | 47 |
| Binary | 10110100 | 10011 | 1100011 | 0 | 1011001 | 101101 | 11101 | 101001010 | 1010001 | 100111 |
Color Harmonies of #B41363
Complementary color
Monochromatic Colors of #B41363
Black with #B41363
Text Example
Text Example
White with #B41363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41363; }
p { color: rgb(180,19,99); }
H1.HeaderClassName
{
color: #B41363;
}
.AnyTagClassName
{
color: #B41363;
}
</style>
background-color css
<style>
a { background-color: #B41363; }
a { background-color: rgb(180,19,99); }
div.DivClassName
{
background-color: #B41363;
}
.BgClassName
{
background-color: #B41363;
}
</style>
border-color css
<style>
span { border-color: #B41363; }
span { border-color: rgb(180,19,99); }
td.TdClassName
{
border-color: #B41363;
}
.TagClassName
{
border-color: #B41363;
}
</style>