Shades of Jazzberry Jam #B41668
Tints of Jazzberry Jam #B41668
RGB
CMYK
RGB Variations
Color information
#B41668 (or 0xB41668) is known color: Jazzberry Jam. HEX triplet: B4, 16 and 68. RGB value is (180,22,104). Sum of RGB (Red+Green+Blue) = 180+22+104=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B41668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41668 is #4BE997. Grayscale: #4E4E4E. Windows color (decimal): -4975000 or 6821556. OLE color: 6821556.
HSL color Cylindrical-coordinate representation of color #B41668: hue angle of 328.86º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41668 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 22 | 104 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.29 |
| HSL | 328.86º | 0.78% | 0.4% | - |
| HSV(B) | 328.86º | 0.88% | 0.71% | - |
| XYZ | 21.61 | 11.28 | 14.13 | - |
| YUV | 78.59 | 142.35 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 22 | 104 | 0 | 0.88 | 0.42 | 0.29 | 328.86 | 0.78 | 0.4 |
| Hex | B4 | 16 | 68 | 0 | 58 | 2A | 1D | 149 | 4E | 28 |
| Octal | 264 | 26 | 150 | 0 | 130 | 52 | 35 | 511 | 116 | 50 |
| Binary | 10110100 | 10110 | 1101000 | 0 | 1011000 | 101010 | 11101 | 101001001 | 1001110 | 101000 |
Color Harmonies of #B41668
Complementary color
Monochromatic Colors of #B41668
Black with #B41668
Text Example
Text Example
White with #B41668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41668; }
p { color: rgb(180,22,104); }
H1.HeaderClassName
{
color: #B41668;
}
.AnyTagClassName
{
color: #B41668;
}
</style>
background-color css
<style>
a { background-color: #B41668; }
a { background-color: rgb(180,22,104); }
div.DivClassName
{
background-color: #B41668;
}
.BgClassName
{
background-color: #B41668;
}
</style>
border-color css
<style>
span { border-color: #B41668; }
span { border-color: rgb(180,22,104); }
td.TdClassName
{
border-color: #B41668;
}
.TagClassName
{
border-color: #B41668;
}
</style>