Shades of Jazzberry Jam #B41C5A
Tints of Jazzberry Jam #B41C5A
RGB
CMYK
RGB Variations
Color information
#B41C5A (or 0xB41C5A) is known color: Jazzberry Jam. HEX triplet: B4, 1C and 5A. RGB value is (180,28,90). Sum of RGB (Red+Green+Blue) = 180+28+90=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41C5A is #4BE3A5. Grayscale: #505050. Windows color (decimal): -4973478 or 5905588. OLE color: 5905588.
HSL color Cylindrical-coordinate representation of color #B41C5A: hue angle of 335.53º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41C5A is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 28 | 90 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.29 |
| HSL | 335.53º | 0.73% | 0.41% | - |
| HSV(B) | 335.53º | 0.84% | 0.71% | - |
| XYZ | 21.08 | 11.27 | 10.74 | - |
| YUV | 80.52 | 133.36 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 90 | 0 | 0.84 | 0.50 | 0.29 | 335.53 | 0.73 | 0.41 |
| Hex | B4 | 1C | 5A | 0 | 54 | 32 | 1D | 150 | 49 | 29 |
| Octal | 264 | 34 | 132 | 0 | 124 | 62 | 35 | 520 | 111 | 51 |
| Binary | 10110100 | 11100 | 1011010 | 0 | 1010100 | 110010 | 11101 | 101010000 | 1001001 | 101001 |
Color Harmonies of #B41C5A
Complementary color
Monochromatic Colors of #B41C5A
Black with #B41C5A
Text Example
Text Example
White with #B41C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41C5A; }
p { color: rgb(180,28,90); }
H1.HeaderClassName
{
color: #B41C5A;
}
.AnyTagClassName
{
color: #B41C5A;
}
</style>
background-color css
<style>
a { background-color: #B41C5A; }
a { background-color: rgb(180,28,90); }
div.DivClassName
{
background-color: #B41C5A;
}
.BgClassName
{
background-color: #B41C5A;
}
</style>
border-color css
<style>
span { border-color: #B41C5A; }
span { border-color: rgb(180,28,90); }
td.TdClassName
{
border-color: #B41C5A;
}
.TagClassName
{
border-color: #B41C5A;
}
</style>