Shades of Jazzberry Jam #B41466
Tints of Jazzberry Jam #B41466
RGB
CMYK
RGB Variations
Color information
#B41466 (or 0xB41466) is known color: Jazzberry Jam. HEX triplet: B4, 14 and 66. RGB value is (180,20,102). Sum of RGB (Red+Green+Blue) = 180+20+102=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B41466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41466 is #4BEB99. Grayscale: #4D4D4D. Windows color (decimal): -4975514 or 6689972. OLE color: 6689972.
HSL color Cylindrical-coordinate representation of color #B41466: hue angle of 329.25º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41466 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 20 | 102 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.29 |
| HSL | 329.25º | 0.8% | 0.39% | - |
| HSV(B) | 329.25º | 0.89% | 0.71% | - |
| XYZ | 21.47 | 11.16 | 13.59 | - |
| YUV | 77.19 | 142.01 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 20 | 102 | 0 | 0.89 | 0.43 | 0.29 | 329.25 | 0.8 | 0.39 |
| Hex | B4 | 14 | 66 | 0 | 59 | 2B | 1D | 149 | 50 | 27 |
| Octal | 264 | 24 | 146 | 0 | 131 | 53 | 35 | 511 | 120 | 47 |
| Binary | 10110100 | 10100 | 1100110 | 0 | 1011001 | 101011 | 11101 | 101001001 | 1010000 | 100111 |
Color Harmonies of #B41466
Complementary color
Monochromatic Colors of #B41466
Black with #B41466
Text Example
Text Example
White with #B41466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41466; }
p { color: rgb(180,20,102); }
H1.HeaderClassName
{
color: #B41466;
}
.AnyTagClassName
{
color: #B41466;
}
</style>
background-color css
<style>
a { background-color: #B41466; }
a { background-color: rgb(180,20,102); }
div.DivClassName
{
background-color: #B41466;
}
.BgClassName
{
background-color: #B41466;
}
</style>
border-color css
<style>
span { border-color: #B41466; }
span { border-color: rgb(180,20,102); }
td.TdClassName
{
border-color: #B41466;
}
.TagClassName
{
border-color: #B41466;
}
</style>