Shades of Jazzberry Jam #B40143
Tints of Jazzberry Jam #B40143
RGB
CMYK
RGB Variations
Color information
#B40143 (or 0xB40143) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 43. RGB value is (180,1,67). Sum of RGB (Red+Green+Blue) = 180+1+67=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B40143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40143 is #4BFEBC. Grayscale: #3D3D3D. Windows color (decimal): -4980413 or 4391348. OLE color: 4391348.
HSL color Cylindrical-coordinate representation of color #B40143: hue angle of 337.88º 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 #B40143 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 67 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.29 |
| HSL | 337.88º | 0.99% | 0.35% | - |
| HSV(B) | 337.88º | 0.99% | 0.71% | - |
| XYZ | 19.85 | 10.13 | 6.22 | - |
| YUV | 62.05 | 130.8 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 67 | 0 | 0.99 | 0.63 | 0.29 | 337.88 | 0.99 | 0.35 |
| Hex | B4 | 1 | 43 | 0 | 63 | 3F | 1D | 152 | 63 | 23 |
| Octal | 264 | 1 | 103 | 0 | 143 | 77 | 35 | 522 | 143 | 43 |
| Binary | 10110100 | 1 | 1000011 | 0 | 1100011 | 111111 | 11101 | 101010010 | 1100011 | 100011 |
Color Harmonies of #B40143
Complementary color
Monochromatic Colors of #B40143
Black with #B40143
Text Example
Text Example
White with #B40143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40143; }
p { color: rgb(180,1,67); }
H1.HeaderClassName
{
color: #B40143;
}
.AnyTagClassName
{
color: #B40143;
}
</style>
background-color css
<style>
a { background-color: #B40143; }
a { background-color: rgb(180,1,67); }
div.DivClassName
{
background-color: #B40143;
}
.BgClassName
{
background-color: #B40143;
}
</style>
border-color css
<style>
span { border-color: #B40143; }
span { border-color: rgb(180,1,67); }
td.TdClassName
{
border-color: #B40143;
}
.TagClassName
{
border-color: #B40143;
}
</style>