Shades of Jazzberry Jam #B31472
Tints of Jazzberry Jam #B31472
RGB
CMYK
RGB Variations
Color information
#B31472 (or 0xB31472) is known color: Jazzberry Jam. HEX triplet: B3, 14 and 72. RGB value is (179,20,114). Sum of RGB (Red+Green+Blue) = 179+20+114=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B31472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31472 is #4CEB8D. Grayscale: #4E4E4E. Windows color (decimal): -5041038 or 7476403. OLE color: 7476403.
HSL color Cylindrical-coordinate representation of color #B31472: hue angle of 324.53º 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 #B31472 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 114 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.30 |
| HSL | 324.53º | 0.8% | 0.39% | - |
| HSV(B) | 324.53º | 0.89% | 0.7% | - |
| XYZ | 21.88 | 11.3 | 16.95 | - |
| YUV | 78.26 | 148.18 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 114 | 0 | 0.89 | 0.36 | 0.30 | 324.53 | 0.8 | 0.39 |
| Hex | B3 | 14 | 72 | 0 | 59 | 24 | 1E | 145 | 50 | 27 |
| Octal | 263 | 24 | 162 | 0 | 131 | 44 | 36 | 505 | 120 | 47 |
| Binary | 10110011 | 10100 | 1110010 | 0 | 1011001 | 100100 | 11110 | 101000101 | 1010000 | 100111 |
Color Harmonies of #B31472
Complementary color
Monochromatic Colors of #B31472
Black with #B31472
Text Example
Text Example
White with #B31472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31472; }
p { color: rgb(179,20,114); }
H1.HeaderClassName
{
color: #B31472;
}
.AnyTagClassName
{
color: #B31472;
}
</style>
background-color css
<style>
a { background-color: #B31472; }
a { background-color: rgb(179,20,114); }
div.DivClassName
{
background-color: #B31472;
}
.BgClassName
{
background-color: #B31472;
}
</style>
border-color css
<style>
span { border-color: #B31472; }
span { border-color: rgb(179,20,114); }
td.TdClassName
{
border-color: #B31472;
}
.TagClassName
{
border-color: #B31472;
}
</style>