Shades of Jazzberry Jam #B40852
Tints of Jazzberry Jam #B40852
RGB
CMYK
RGB Variations
Color information
#B40852 (or 0xB40852) is known color: Jazzberry Jam. HEX triplet: B4, 08 and 52. RGB value is (180,8,82). Sum of RGB (Red+Green+Blue) = 180+8+82=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B40852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40852 is #4BF7AD. Grayscale: #434343. Windows color (decimal): -4978606 or 5376180. OLE color: 5376180.
HSL color Cylindrical-coordinate representation of color #B40852: hue angle of 334.19º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40852 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 8 | 82 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.29 |
| HSL | 334.19º | 0.91% | 0.37% | - |
| HSV(B) | 334.19º | 0.96% | 0.71% | - |
| XYZ | 20.43 | 10.49 | 8.93 | - |
| YUV | 67.86 | 135.98 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 82 | 0 | 0.96 | 0.54 | 0.29 | 334.19 | 0.91 | 0.37 |
| Hex | B4 | 8 | 52 | 0 | 60 | 36 | 1D | 14E | 5B | 25 |
| Octal | 264 | 10 | 122 | 0 | 140 | 66 | 35 | 516 | 133 | 45 |
| Binary | 10110100 | 1000 | 1010010 | 0 | 1100000 | 110110 | 11101 | 101001110 | 1011011 | 100101 |
Color Harmonies of #B40852
Complementary color
Monochromatic Colors of #B40852
Black with #B40852
Text Example
Text Example
White with #B40852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40852; }
p { color: rgb(180,8,82); }
H1.HeaderClassName
{
color: #B40852;
}
.AnyTagClassName
{
color: #B40852;
}
</style>
background-color css
<style>
a { background-color: #B40852; }
a { background-color: rgb(180,8,82); }
div.DivClassName
{
background-color: #B40852;
}
.BgClassName
{
background-color: #B40852;
}
</style>
border-color css
<style>
span { border-color: #B40852; }
span { border-color: rgb(180,8,82); }
td.TdClassName
{
border-color: #B40852;
}
.TagClassName
{
border-color: #B40852;
}
</style>