Shades of Jazzberry Jam #B41C5C
Tints of Jazzberry Jam #B41C5C
RGB
CMYK
RGB Variations
Color information
#B41C5C (or 0xB41C5C) is known color: Jazzberry Jam. HEX triplet: B4, 1C and 5C. RGB value is (180,28,92). Sum of RGB (Red+Green+Blue) = 180+28+92=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41C5C is #4BE3A3. Grayscale: #505050. Windows color (decimal): -4973476 or 6036660. OLE color: 6036660.
HSL color Cylindrical-coordinate representation of color #B41C5C: hue angle of 334.74º 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 #B41C5C is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 28 | 92 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.29 |
| HSL | 334.74º | 0.73% | 0.41% | - |
| HSV(B) | 334.74º | 0.84% | 0.71% | - |
| XYZ | 21.17 | 11.31 | 11.19 | - |
| YUV | 80.74 | 134.36 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 92 | 0 | 0.84 | 0.49 | 0.29 | 334.74 | 0.73 | 0.41 |
| Hex | B4 | 1C | 5C | 0 | 54 | 31 | 1D | 14F | 49 | 29 |
| Octal | 264 | 34 | 134 | 0 | 124 | 61 | 35 | 517 | 111 | 51 |
| Binary | 10110100 | 11100 | 1011100 | 0 | 1010100 | 110001 | 11101 | 101001111 | 1001001 | 101001 |
Color Harmonies of #B41C5C
Complementary color
Monochromatic Colors of #B41C5C
Black with #B41C5C
Text Example
Text Example
White with #B41C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41C5C; }
p { color: rgb(180,28,92); }
H1.HeaderClassName
{
color: #B41C5C;
}
.AnyTagClassName
{
color: #B41C5C;
}
</style>
background-color css
<style>
a { background-color: #B41C5C; }
a { background-color: rgb(180,28,92); }
div.DivClassName
{
background-color: #B41C5C;
}
.BgClassName
{
background-color: #B41C5C;
}
</style>
border-color css
<style>
span { border-color: #B41C5C; }
span { border-color: rgb(180,28,92); }
td.TdClassName
{
border-color: #B41C5C;
}
.TagClassName
{
border-color: #B41C5C;
}
</style>