Shades of Jazzberry Jam #B0145E
Tints of Jazzberry Jam #B0145E
RGB
CMYK
RGB Variations
Color information
#B0145E (or 0xB0145E) is known color: Jazzberry Jam. HEX triplet: B0, 14 and 5E. RGB value is (176,20,94). Sum of RGB (Red+Green+Blue) = 176+20+94=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B0145E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0145E is #4FEBA1. Grayscale: #4A4A4A. Windows color (decimal): -5237666 or 6165680. OLE color: 6165680.
HSL color Cylindrical-coordinate representation of color #B0145E: hue angle of 331.54º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0145E is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 20 | 94 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.31 |
| HSL | 331.54º | 0.8% | 0.38% | - |
| HSV(B) | 331.54º | 0.89% | 0.69% | - |
| XYZ | 20.18 | 10.54 | 11.56 | - |
| YUV | 75.08 | 138.68 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 94 | 0 | 0.89 | 0.47 | 0.31 | 331.54 | 0.8 | 0.38 |
| Hex | B0 | 14 | 5E | 0 | 59 | 2F | 1F | 14C | 50 | 26 |
| Octal | 260 | 24 | 136 | 0 | 131 | 57 | 37 | 514 | 120 | 46 |
| Binary | 10110000 | 10100 | 1011110 | 0 | 1011001 | 101111 | 11111 | 101001100 | 1010000 | 100110 |
Color Harmonies of #B0145E
Complementary color
Monochromatic Colors of #B0145E
Black with #B0145E
Text Example
Text Example
White with #B0145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0145E; }
p { color: rgb(176,20,94); }
H1.HeaderClassName
{
color: #B0145E;
}
.AnyTagClassName
{
color: #B0145E;
}
</style>
background-color css
<style>
a { background-color: #B0145E; }
a { background-color: rgb(176,20,94); }
div.DivClassName
{
background-color: #B0145E;
}
.BgClassName
{
background-color: #B0145E;
}
</style>
border-color css
<style>
span { border-color: #B0145E; }
span { border-color: rgb(176,20,94); }
td.TdClassName
{
border-color: #B0145E;
}
.TagClassName
{
border-color: #B0145E;
}
</style>