Shades of Jazzberry Jam #B41164
Tints of Jazzberry Jam #B41164
RGB
CMYK
RGB Variations
Color information
#B41164 (or 0xB41164) is known color: Jazzberry Jam. HEX triplet: B4, 11 and 64. RGB value is (180,17,100). Sum of RGB (Red+Green+Blue) = 180+17+100=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B41164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41164 is #4BEE9B. Grayscale: #4B4B4B. Windows color (decimal): -4976284 or 6558132. OLE color: 6558132.
HSL color Cylindrical-coordinate representation of color #B41164: hue angle of 329.45º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41164 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 17 | 100 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.29 |
| HSL | 329.45º | 0.83% | 0.39% | - |
| HSV(B) | 329.45º | 0.91% | 0.71% | - |
| XYZ | 21.32 | 11.02 | 13.06 | - |
| YUV | 75.2 | 142 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 100 | 0 | 0.91 | 0.44 | 0.29 | 329.45 | 0.83 | 0.39 |
| Hex | B4 | 11 | 64 | 0 | 5B | 2C | 1D | 149 | 53 | 27 |
| Octal | 264 | 21 | 144 | 0 | 133 | 54 | 35 | 511 | 123 | 47 |
| Binary | 10110100 | 10001 | 1100100 | 0 | 1011011 | 101100 | 11101 | 101001001 | 1010011 | 100111 |
Color Harmonies of #B41164
Complementary color
Monochromatic Colors of #B41164
Black with #B41164
Text Example
Text Example
White with #B41164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41164; }
p { color: rgb(180,17,100); }
H1.HeaderClassName
{
color: #B41164;
}
.AnyTagClassName
{
color: #B41164;
}
</style>
background-color css
<style>
a { background-color: #B41164; }
a { background-color: rgb(180,17,100); }
div.DivClassName
{
background-color: #B41164;
}
.BgClassName
{
background-color: #B41164;
}
</style>
border-color css
<style>
span { border-color: #B41164; }
span { border-color: rgb(180,17,100); }
td.TdClassName
{
border-color: #B41164;
}
.TagClassName
{
border-color: #B41164;
}
</style>