Shades of Jazzberry Jam #B41665
Tints of Jazzberry Jam #B41665
RGB
CMYK
RGB Variations
Color information
#B41665 (or 0xB41665) is known color: Jazzberry Jam. HEX triplet: B4, 16 and 65. RGB value is (180,22,101). Sum of RGB (Red+Green+Blue) = 180+22+101=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B41665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41665 is #4BE99A. Grayscale: #4E4E4E. Windows color (decimal): -4975003 or 6624948. OLE color: 6624948.
HSL color Cylindrical-coordinate representation of color #B41665: hue angle of 330º 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 #B41665 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 22 | 101 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.29 |
| HSL | 330º | 0.78% | 0.4% | - |
| HSV(B) | 330º | 0.88% | 0.71% | - |
| XYZ | 21.46 | 11.22 | 13.35 | - |
| YUV | 78.25 | 140.85 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 22 | 101 | 0 | 0.88 | 0.44 | 0.29 | 330 | 0.78 | 0.4 |
| Hex | B4 | 16 | 65 | 0 | 58 | 2C | 1D | 14A | 4E | 28 |
| Octal | 264 | 26 | 145 | 0 | 130 | 54 | 35 | 512 | 116 | 50 |
| Binary | 10110100 | 10110 | 1100101 | 0 | 1011000 | 101100 | 11101 | 101001010 | 1001110 | 101000 |
Color Harmonies of #B41665
Complementary color
Monochromatic Colors of #B41665
Black with #B41665
Text Example
Text Example
White with #B41665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41665; }
p { color: rgb(180,22,101); }
H1.HeaderClassName
{
color: #B41665;
}
.AnyTagClassName
{
color: #B41665;
}
</style>
background-color css
<style>
a { background-color: #B41665; }
a { background-color: rgb(180,22,101); }
div.DivClassName
{
background-color: #B41665;
}
.BgClassName
{
background-color: #B41665;
}
</style>
border-color css
<style>
span { border-color: #B41665; }
span { border-color: rgb(180,22,101); }
td.TdClassName
{
border-color: #B41665;
}
.TagClassName
{
border-color: #B41665;
}
</style>