Shades of Jazzberry Jam #B40164
Tints of Jazzberry Jam #B40164
RGB
CMYK
RGB Variations
Color information
#B40164 (or 0xB40164) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 64. RGB value is (180,1,100). Sum of RGB (Red+Green+Blue) = 180+1+100=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B40164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40164 is #4BFE9B. Grayscale: #414141. Windows color (decimal): -4980380 or 6554036. OLE color: 6554036.
HSL color Cylindrical-coordinate representation of color #B40164: hue angle of 326.82º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40164 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 100 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.29 |
| HSL | 326.82º | 0.99% | 0.35% | - |
| HSV(B) | 326.82º | 0.99% | 0.71% | - |
| XYZ | 21.13 | 10.65 | 13 | - |
| YUV | 65.81 | 147.3 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 100 | 0 | 0.99 | 0.44 | 0.29 | 326.82 | 0.99 | 0.35 |
| Hex | B4 | 1 | 64 | 0 | 63 | 2C | 1D | 147 | 63 | 23 |
| Octal | 264 | 1 | 144 | 0 | 143 | 54 | 35 | 507 | 143 | 43 |
| Binary | 10110100 | 1 | 1100100 | 0 | 1100011 | 101100 | 11101 | 101000111 | 1100011 | 100011 |
Color Harmonies of #B40164
Complementary color
Monochromatic Colors of #B40164
Black with #B40164
Text Example
Text Example
White with #B40164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40164; }
p { color: rgb(180,1,100); }
H1.HeaderClassName
{
color: #B40164;
}
.AnyTagClassName
{
color: #B40164;
}
</style>
background-color css
<style>
a { background-color: #B40164; }
a { background-color: rgb(180,1,100); }
div.DivClassName
{
background-color: #B40164;
}
.BgClassName
{
background-color: #B40164;
}
</style>
border-color css
<style>
span { border-color: #B40164; }
span { border-color: rgb(180,1,100); }
td.TdClassName
{
border-color: #B40164;
}
.TagClassName
{
border-color: #B40164;
}
</style>