Shades of Jazzberry Jam #B31073
Tints of Jazzberry Jam #B31073
RGB
CMYK
RGB Variations
Color information
#B31073 (or 0xB31073) is known color: Jazzberry Jam. HEX triplet: B3, 10 and 73. RGB value is (179,16,115). Sum of RGB (Red+Green+Blue) = 179+16+115=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B31073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31073 is #4CEF8C. Grayscale: #4B4B4B. Windows color (decimal): -5042061 or 7540915. OLE color: 7540915.
HSL color Cylindrical-coordinate representation of color #B31073: hue angle of 323.56º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31073 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 115 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.30 |
| HSL | 323.56º | 0.84% | 0.38% | - |
| HSV(B) | 323.56º | 0.91% | 0.7% | - |
| XYZ | 21.87 | 11.19 | 17.23 | - |
| YUV | 76.02 | 150 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 115 | 0 | 0.91 | 0.36 | 0.30 | 323.56 | 0.84 | 0.38 |
| Hex | B3 | 10 | 73 | 0 | 5B | 24 | 1E | 144 | 54 | 26 |
| Octal | 263 | 20 | 163 | 0 | 133 | 44 | 36 | 504 | 124 | 46 |
| Binary | 10110011 | 10000 | 1110011 | 0 | 1011011 | 100100 | 11110 | 101000100 | 1010100 | 100110 |
Color Harmonies of #B31073
Complementary color
Monochromatic Colors of #B31073
Black with #B31073
Text Example
Text Example
White with #B31073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31073; }
p { color: rgb(179,16,115); }
H1.HeaderClassName
{
color: #B31073;
}
.AnyTagClassName
{
color: #B31073;
}
</style>
background-color css
<style>
a { background-color: #B31073; }
a { background-color: rgb(179,16,115); }
div.DivClassName
{
background-color: #B31073;
}
.BgClassName
{
background-color: #B31073;
}
</style>
border-color css
<style>
span { border-color: #B31073; }
span { border-color: rgb(179,16,115); }
td.TdClassName
{
border-color: #B31073;
}
.TagClassName
{
border-color: #B31073;
}
</style>