Shades of Jazzberry Jam #B40146
Tints of Jazzberry Jam #B40146
RGB
CMYK
RGB Variations
Color information
#B40146 (or 0xB40146) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 46. RGB value is (180,1,70). Sum of RGB (Red+Green+Blue) = 180+1+70=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B40146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40146 is #4BFEB9. Grayscale: #3E3E3E. Windows color (decimal): -4980410 or 4587956. OLE color: 4587956.
HSL color Cylindrical-coordinate representation of color #B40146: hue angle of 336.87º 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 #B40146 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 70 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.29 |
| HSL | 336.87º | 0.99% | 0.35% | - |
| HSV(B) | 336.87º | 0.99% | 0.71% | - |
| XYZ | 19.94 | 10.17 | 6.71 | - |
| YUV | 62.39 | 132.3 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 70 | 0 | 0.99 | 0.61 | 0.29 | 336.87 | 0.99 | 0.35 |
| Hex | B4 | 1 | 46 | 0 | 63 | 3D | 1D | 151 | 63 | 23 |
| Octal | 264 | 1 | 106 | 0 | 143 | 75 | 35 | 521 | 143 | 43 |
| Binary | 10110100 | 1 | 1000110 | 0 | 1100011 | 111101 | 11101 | 101010001 | 1100011 | 100011 |
Color Harmonies of #B40146
Complementary color
Monochromatic Colors of #B40146
Black with #B40146
Text Example
Text Example
White with #B40146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40146; }
p { color: rgb(180,1,70); }
H1.HeaderClassName
{
color: #B40146;
}
.AnyTagClassName
{
color: #B40146;
}
</style>
background-color css
<style>
a { background-color: #B40146; }
a { background-color: rgb(180,1,70); }
div.DivClassName
{
background-color: #B40146;
}
.BgClassName
{
background-color: #B40146;
}
</style>
border-color css
<style>
span { border-color: #B40146; }
span { border-color: rgb(180,1,70); }
td.TdClassName
{
border-color: #B40146;
}
.TagClassName
{
border-color: #B40146;
}
</style>