Shades of Jazzberry Jam #B40150
Tints of Jazzberry Jam #B40150
RGB
CMYK
RGB Variations
Color information
#B40150 (or 0xB40150) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 50. RGB value is (180,1,80). Sum of RGB (Red+Green+Blue) = 180+1+80=261 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.97% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 180 - color contains mainly: red. Hex color #B40150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40150 is #4BFEAF. Grayscale: #3F3F3F. Windows color (decimal): -4980400 or 5243316. OLE color: 5243316.
HSL color Cylindrical-coordinate representation of color #B40150: hue angle of 333.52º 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 #B40150 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.29 |
| HSL | 333.52º | 0.99% | 0.35% | - |
| HSV(B) | 333.52º | 0.99% | 0.71% | - |
| XYZ | 20.28 | 10.3 | 8.51 | - |
| YUV | 63.53 | 137.3 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 80 | 0 | 0.99 | 0.56 | 0.29 | 333.52 | 0.99 | 0.35 |
| Hex | B4 | 1 | 50 | 0 | 63 | 38 | 1D | 14E | 63 | 23 |
| Octal | 264 | 1 | 120 | 0 | 143 | 70 | 35 | 516 | 143 | 43 |
| Binary | 10110100 | 1 | 1010000 | 0 | 1100011 | 111000 | 11101 | 101001110 | 1100011 | 100011 |
Color Harmonies of #B40150
Complementary color
Monochromatic Colors of #B40150
Black with #B40150
Text Example
Text Example
White with #B40150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40150; }
p { color: rgb(180,1,80); }
H1.HeaderClassName
{
color: #B40150;
}
.AnyTagClassName
{
color: #B40150;
}
</style>
background-color css
<style>
a { background-color: #B40150; }
a { background-color: rgb(180,1,80); }
div.DivClassName
{
background-color: #B40150;
}
.BgClassName
{
background-color: #B40150;
}
</style>
border-color css
<style>
span { border-color: #B40150; }
span { border-color: rgb(180,1,80); }
td.TdClassName
{
border-color: #B40150;
}
.TagClassName
{
border-color: #B40150;
}
</style>