Shades of Jazzberry Jam #B31452
Tints of Jazzberry Jam #B31452
RGB
CMYK
RGB Variations
Color information
#B31452 (or 0xB31452) is known color: Jazzberry Jam. HEX triplet: B3, 14 and 52. RGB value is (179,20,82). Sum of RGB (Red+Green+Blue) = 179+20+82=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B31452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31452 is #4CEBAD. Grayscale: #4A4A4A. Windows color (decimal): -5041070 or 5379251. OLE color: 5379251.
HSL color Cylindrical-coordinate representation of color #B31452: hue angle of 336.6º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31452 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 82 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.30 |
| HSL | 336.6º | 0.8% | 0.39% | - |
| HSV(B) | 336.6º | 0.89% | 0.7% | - |
| XYZ | 20.36 | 10.69 | 8.97 | - |
| YUV | 74.61 | 132.18 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 82 | 0 | 0.89 | 0.54 | 0.30 | 336.6 | 0.8 | 0.39 |
| Hex | B3 | 14 | 52 | 0 | 59 | 36 | 1E | 151 | 50 | 27 |
| Octal | 263 | 24 | 122 | 0 | 131 | 66 | 36 | 521 | 120 | 47 |
| Binary | 10110011 | 10100 | 1010010 | 0 | 1011001 | 110110 | 11110 | 101010001 | 1010000 | 100111 |
Color Harmonies of #B31452
Complementary color
Monochromatic Colors of #B31452
Black with #B31452
Text Example
Text Example
White with #B31452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31452; }
p { color: rgb(179,20,82); }
H1.HeaderClassName
{
color: #B31452;
}
.AnyTagClassName
{
color: #B31452;
}
</style>
background-color css
<style>
a { background-color: #B31452; }
a { background-color: rgb(179,20,82); }
div.DivClassName
{
background-color: #B31452;
}
.BgClassName
{
background-color: #B31452;
}
</style>
border-color css
<style>
span { border-color: #B31452; }
span { border-color: rgb(179,20,82); }
td.TdClassName
{
border-color: #B31452;
}
.TagClassName
{
border-color: #B31452;
}
</style>