Shades of Jazzberry Jam #B40155
Tints of Jazzberry Jam #B40155
RGB
CMYK
RGB Variations
Color information
#B40155 (or 0xB40155) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 55. RGB value is (180,1,85). Sum of RGB (Red+Green+Blue) = 180+1+85=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B40155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40155 is #4BFEAA. Grayscale: #3F3F3F. Windows color (decimal): -4980395 or 5570996. OLE color: 5570996.
HSL color Cylindrical-coordinate representation of color #B40155: hue angle of 331.84º 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 #B40155 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.29 |
| HSL | 331.84º | 0.99% | 0.35% | - |
| HSV(B) | 331.84º | 0.99% | 0.71% | - |
| XYZ | 20.47 | 10.38 | 9.52 | - |
| YUV | 64.1 | 139.8 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 85 | 0 | 0.99 | 0.53 | 0.29 | 331.84 | 0.99 | 0.35 |
| Hex | B4 | 1 | 55 | 0 | 63 | 35 | 1D | 14C | 63 | 23 |
| Octal | 264 | 1 | 125 | 0 | 143 | 65 | 35 | 514 | 143 | 43 |
| Binary | 10110100 | 1 | 1010101 | 0 | 1100011 | 110101 | 11101 | 101001100 | 1100011 | 100011 |
Color Harmonies of #B40155
Complementary color
Monochromatic Colors of #B40155
Black with #B40155
Text Example
Text Example
White with #B40155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40155; }
p { color: rgb(180,1,85); }
H1.HeaderClassName
{
color: #B40155;
}
.AnyTagClassName
{
color: #B40155;
}
</style>
background-color css
<style>
a { background-color: #B40155; }
a { background-color: rgb(180,1,85); }
div.DivClassName
{
background-color: #B40155;
}
.BgClassName
{
background-color: #B40155;
}
</style>
border-color css
<style>
span { border-color: #B40155; }
span { border-color: rgb(180,1,85); }
td.TdClassName
{
border-color: #B40155;
}
.TagClassName
{
border-color: #B40155;
}
</style>