Shades of Jazzberry Jam #B3175A
Tints of Jazzberry Jam #B3175A
RGB
CMYK
RGB Variations
Color information
#B3175A (or 0xB3175A) is known color: Jazzberry Jam. HEX triplet: B3, 17 and 5A. RGB value is (179,23,90). Sum of RGB (Red+Green+Blue) = 179+23+90=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B3175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3175A is #4CE8A5. Grayscale: #4D4D4D. Windows color (decimal): -5040294 or 5904307. OLE color: 5904307.
HSL color Cylindrical-coordinate representation of color #B3175A: hue angle of 334.23º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3175A is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 23 | 90 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.30 |
| HSL | 334.23º | 0.77% | 0.4% | - |
| HSV(B) | 334.23º | 0.87% | 0.7% | - |
| XYZ | 20.74 | 10.93 | 10.69 | - |
| YUV | 77.28 | 135.18 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 90 | 0 | 0.87 | 0.50 | 0.30 | 334.23 | 0.77 | 0.4 |
| Hex | B3 | 17 | 5A | 0 | 57 | 32 | 1E | 14E | 4D | 28 |
| Octal | 263 | 27 | 132 | 0 | 127 | 62 | 36 | 516 | 115 | 50 |
| Binary | 10110011 | 10111 | 1011010 | 0 | 1010111 | 110010 | 11110 | 101001110 | 1001101 | 101000 |
Color Harmonies of #B3175A
Complementary color
Monochromatic Colors of #B3175A
Black with #B3175A
Text Example
Text Example
White with #B3175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3175A; }
p { color: rgb(179,23,90); }
H1.HeaderClassName
{
color: #B3175A;
}
.AnyTagClassName
{
color: #B3175A;
}
</style>
background-color css
<style>
a { background-color: #B3175A; }
a { background-color: rgb(179,23,90); }
div.DivClassName
{
background-color: #B3175A;
}
.BgClassName
{
background-color: #B3175A;
}
</style>
border-color css
<style>
span { border-color: #B3175A; }
span { border-color: rgb(179,23,90); }
td.TdClassName
{
border-color: #B3175A;
}
.TagClassName
{
border-color: #B3175A;
}
</style>