Shades of Jazzberry Jam #B40846
Tints of Jazzberry Jam #B40846
RGB
CMYK
RGB Variations
Color information
#B40846 (or 0xB40846) is known color: Jazzberry Jam. HEX triplet: B4, 08 and 46. RGB value is (180,8,70). Sum of RGB (Red+Green+Blue) = 180+8+70=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B40846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40846 is #4BF7B9. Grayscale: #424242. Windows color (decimal): -4978618 or 4589748. OLE color: 4589748.
HSL color Cylindrical-coordinate representation of color #B40846: hue angle of 338.37º 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 #B40846 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 8 | 70 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.29 |
| HSL | 338.37º | 0.91% | 0.37% | - |
| HSV(B) | 338.37º | 0.96% | 0.71% | - |
| XYZ | 20.01 | 10.32 | 6.73 | - |
| YUV | 66.5 | 129.98 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 70 | 0 | 0.96 | 0.61 | 0.29 | 338.37 | 0.91 | 0.37 |
| Hex | B4 | 8 | 46 | 0 | 60 | 3D | 1D | 152 | 5B | 25 |
| Octal | 264 | 10 | 106 | 0 | 140 | 75 | 35 | 522 | 133 | 45 |
| Binary | 10110100 | 1000 | 1000110 | 0 | 1100000 | 111101 | 11101 | 101010010 | 1011011 | 100101 |
Color Harmonies of #B40846
Complementary color
Monochromatic Colors of #B40846
Black with #B40846
Text Example
Text Example
White with #B40846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40846; }
p { color: rgb(180,8,70); }
H1.HeaderClassName
{
color: #B40846;
}
.AnyTagClassName
{
color: #B40846;
}
</style>
background-color css
<style>
a { background-color: #B40846; }
a { background-color: rgb(180,8,70); }
div.DivClassName
{
background-color: #B40846;
}
.BgClassName
{
background-color: #B40846;
}
</style>
border-color css
<style>
span { border-color: #B40846; }
span { border-color: rgb(180,8,70); }
td.TdClassName
{
border-color: #B40846;
}
.TagClassName
{
border-color: #B40846;
}
</style>