Shades of Jazzberry Jam #B41057
Tints of Jazzberry Jam #B41057
RGB
CMYK
RGB Variations
Color information
#B41057 (or 0xB41057) is known color: Jazzberry Jam. HEX triplet: B4, 10 and 57. RGB value is (180,16,87). Sum of RGB (Red+Green+Blue) = 180+16+87=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B41057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41057 is #4BEFA8. Grayscale: #494949. Windows color (decimal): -4976553 or 5705908. OLE color: 5705908.
HSL color Cylindrical-coordinate representation of color #B41057: hue angle of 334.02º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41057 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 16 | 87 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.29 |
| HSL | 334.02º | 0.84% | 0.38% | - |
| HSV(B) | 334.02º | 0.91% | 0.71% | - |
| XYZ | 20.73 | 10.76 | 10 | - |
| YUV | 73.13 | 135.83 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 16 | 87 | 0 | 0.91 | 0.52 | 0.29 | 334.02 | 0.84 | 0.38 |
| Hex | B4 | 10 | 57 | 0 | 5B | 34 | 1D | 14E | 54 | 26 |
| Octal | 264 | 20 | 127 | 0 | 133 | 64 | 35 | 516 | 124 | 46 |
| Binary | 10110100 | 10000 | 1010111 | 0 | 1011011 | 110100 | 11101 | 101001110 | 1010100 | 100110 |
Color Harmonies of #B41057
Complementary color
Monochromatic Colors of #B41057
Black with #B41057
Text Example
Text Example
White with #B41057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41057; }
p { color: rgb(180,16,87); }
H1.HeaderClassName
{
color: #B41057;
}
.AnyTagClassName
{
color: #B41057;
}
</style>
background-color css
<style>
a { background-color: #B41057; }
a { background-color: rgb(180,16,87); }
div.DivClassName
{
background-color: #B41057;
}
.BgClassName
{
background-color: #B41057;
}
</style>
border-color css
<style>
span { border-color: #B41057; }
span { border-color: rgb(180,16,87); }
td.TdClassName
{
border-color: #B41057;
}
.TagClassName
{
border-color: #B41057;
}
</style>