Shades of Jazzberry Jam #B40850
Tints of Jazzberry Jam #B40850
RGB
CMYK
RGB Variations
Color information
#B40850 (or 0xB40850) is known color: Jazzberry Jam. HEX triplet: B4, 08 and 50. RGB value is (180,8,80). Sum of RGB (Red+Green+Blue) = 180+8+80=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B40850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40850 is #4BF7AF. Grayscale: #434343. Windows color (decimal): -4978608 or 5245108. OLE color: 5245108.
HSL color Cylindrical-coordinate representation of color #B40850: hue angle of 334.88º 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 #B40850 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 8 | 80 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.29 |
| HSL | 334.88º | 0.91% | 0.37% | - |
| HSV(B) | 334.88º | 0.96% | 0.71% | - |
| XYZ | 20.36 | 10.46 | 8.53 | - |
| YUV | 67.64 | 134.98 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 80 | 0 | 0.96 | 0.56 | 0.29 | 334.88 | 0.91 | 0.37 |
| Hex | B4 | 8 | 50 | 0 | 60 | 38 | 1D | 14F | 5B | 25 |
| Octal | 264 | 10 | 120 | 0 | 140 | 70 | 35 | 517 | 133 | 45 |
| Binary | 10110100 | 1000 | 1010000 | 0 | 1100000 | 111000 | 11101 | 101001111 | 1011011 | 100101 |
Color Harmonies of #B40850
Complementary color
Monochromatic Colors of #B40850
Black with #B40850
Text Example
Text Example
White with #B40850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40850; }
p { color: rgb(180,8,80); }
H1.HeaderClassName
{
color: #B40850;
}
.AnyTagClassName
{
color: #B40850;
}
</style>
background-color css
<style>
a { background-color: #B40850; }
a { background-color: rgb(180,8,80); }
div.DivClassName
{
background-color: #B40850;
}
.BgClassName
{
background-color: #B40850;
}
</style>
border-color css
<style>
span { border-color: #B40850; }
span { border-color: rgb(180,8,80); }
td.TdClassName
{
border-color: #B40850;
}
.TagClassName
{
border-color: #B40850;
}
</style>