Shades of Jazzberry Jam #B41C68
Tints of Jazzberry Jam #B41C68
RGB
CMYK
RGB Variations
Color information
#B41C68 (or 0xB41C68) is known color: Jazzberry Jam. HEX triplet: B4, 1C and 68. RGB value is (180,28,104). Sum of RGB (Red+Green+Blue) = 180+28+104=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41C68 is #4BE397. Grayscale: #515151. Windows color (decimal): -4973464 or 6823092. OLE color: 6823092.
HSL color Cylindrical-coordinate representation of color #B41C68: hue angle of 330º 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 #B41C68 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 28 | 104 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.29 |
| HSL | 330º | 0.73% | 0.41% | - |
| HSV(B) | 330º | 0.84% | 0.71% | - |
| XYZ | 21.74 | 11.53 | 14.18 | - |
| YUV | 82.11 | 140.36 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 104 | 0 | 0.84 | 0.42 | 0.29 | 330 | 0.73 | 0.41 |
| Hex | B4 | 1C | 68 | 0 | 54 | 2A | 1D | 14A | 49 | 29 |
| Octal | 264 | 34 | 150 | 0 | 124 | 52 | 35 | 512 | 111 | 51 |
| Binary | 10110100 | 11100 | 1101000 | 0 | 1010100 | 101010 | 11101 | 101001010 | 1001001 | 101001 |
Color Harmonies of #B41C68
Complementary color
Monochromatic Colors of #B41C68
Black with #B41C68
Text Example
Text Example
White with #B41C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41C68; }
p { color: rgb(180,28,104); }
H1.HeaderClassName
{
color: #B41C68;
}
.AnyTagClassName
{
color: #B41C68;
}
</style>
background-color css
<style>
a { background-color: #B41C68; }
a { background-color: rgb(180,28,104); }
div.DivClassName
{
background-color: #B41C68;
}
.BgClassName
{
background-color: #B41C68;
}
</style>
border-color css
<style>
span { border-color: #B41C68; }
span { border-color: rgb(180,28,104); }
td.TdClassName
{
border-color: #B41C68;
}
.TagClassName
{
border-color: #B41C68;
}
</style>