Shades of Jazzberry Jam #B41351
Tints of Jazzberry Jam #B41351
RGB
CMYK
RGB Variations
Color information
#B41351 (or 0xB41351) is known color: Jazzberry Jam. HEX triplet: B4, 13 and 51. RGB value is (180,19,81). Sum of RGB (Red+Green+Blue) = 180+19+81=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B41351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41351 is #4BECAE. Grayscale: #4A4A4A. Windows color (decimal): -4975791 or 5313460. OLE color: 5313460.
HSL color Cylindrical-coordinate representation of color #B41351: hue angle of 336.89º 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 #B41351 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 81 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.29 |
| HSL | 336.89º | 0.81% | 0.39% | - |
| HSV(B) | 336.89º | 0.89% | 0.71% | - |
| XYZ | 20.54 | 10.76 | 8.78 | - |
| YUV | 74.21 | 131.84 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 81 | 0 | 0.89 | 0.55 | 0.29 | 336.89 | 0.81 | 0.39 |
| Hex | B4 | 13 | 51 | 0 | 59 | 37 | 1D | 151 | 51 | 27 |
| Octal | 264 | 23 | 121 | 0 | 131 | 67 | 35 | 521 | 121 | 47 |
| Binary | 10110100 | 10011 | 1010001 | 0 | 1011001 | 110111 | 11101 | 101010001 | 1010001 | 100111 |
Color Harmonies of #B41351
Complementary color
Monochromatic Colors of #B41351
Black with #B41351
Text Example
Text Example
White with #B41351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41351; }
p { color: rgb(180,19,81); }
H1.HeaderClassName
{
color: #B41351;
}
.AnyTagClassName
{
color: #B41351;
}
</style>
background-color css
<style>
a { background-color: #B41351; }
a { background-color: rgb(180,19,81); }
div.DivClassName
{
background-color: #B41351;
}
.BgClassName
{
background-color: #B41351;
}
</style>
border-color css
<style>
span { border-color: #B41351; }
span { border-color: rgb(180,19,81); }
td.TdClassName
{
border-color: #B41351;
}
.TagClassName
{
border-color: #B41351;
}
</style>