Shades of Jazzberry Jam #B41C6E
Tints of Jazzberry Jam #B41C6E
RGB
CMYK
RGB Variations
Color information
#B41C6E (or 0xB41C6E) is known color: Jazzberry Jam. HEX triplet: B4, 1C and 6E. RGB value is (180,28,110). Sum of RGB (Red+Green+Blue) = 180+28+110=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41C6E is #4BE391. Grayscale: #525252. Windows color (decimal): -4973458 or 7216308. OLE color: 7216308.
HSL color Cylindrical-coordinate representation of color #B41C6E: hue angle of 327.63º 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 #B41C6E is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 28 | 110 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.29 |
| HSL | 327.63º | 0.73% | 0.41% | - |
| HSV(B) | 327.63º | 0.84% | 0.71% | - |
| XYZ | 22.05 | 11.66 | 15.84 | - |
| YUV | 82.8 | 143.36 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 110 | 0 | 0.84 | 0.39 | 0.29 | 327.63 | 0.73 | 0.41 |
| Hex | B4 | 1C | 6E | 0 | 54 | 27 | 1D | 148 | 49 | 29 |
| Octal | 264 | 34 | 156 | 0 | 124 | 47 | 35 | 510 | 111 | 51 |
| Binary | 10110100 | 11100 | 1101110 | 0 | 1010100 | 100111 | 11101 | 101001000 | 1001001 | 101001 |
Color Harmonies of #B41C6E
Complementary color
Monochromatic Colors of #B41C6E
Black with #B41C6E
Text Example
Text Example
White with #B41C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41C6E; }
p { color: rgb(180,28,110); }
H1.HeaderClassName
{
color: #B41C6E;
}
.AnyTagClassName
{
color: #B41C6E;
}
</style>
background-color css
<style>
a { background-color: #B41C6E; }
a { background-color: rgb(180,28,110); }
div.DivClassName
{
background-color: #B41C6E;
}
.BgClassName
{
background-color: #B41C6E;
}
</style>
border-color css
<style>
span { border-color: #B41C6E; }
span { border-color: rgb(180,28,110); }
td.TdClassName
{
border-color: #B41C6E;
}
.TagClassName
{
border-color: #B41C6E;
}
</style>