Shades of Jazzberry Jam #B20445
Tints of Jazzberry Jam #B20445
RGB
CMYK
RGB Variations
Color information
#B20445 (or 0xB20445) is known color: Jazzberry Jam. HEX triplet: B2, 04 and 45. RGB value is (178,4,69). Sum of RGB (Red+Green+Blue) = 178+4+69=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B20445 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20445 is #4DFBBA. Grayscale: #3F3F3F. Windows color (decimal): -5110715 or 4523186. OLE color: 4523186.
HSL color Cylindrical-coordinate representation of color #B20445: hue angle of 337.59º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B20445 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 4 | 69 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.30 |
| HSL | 337.59º | 0.96% | 0.36% | - |
| HSV(B) | 337.59º | 0.98% | 0.7% | - |
| XYZ | 19.48 | 9.98 | 6.53 | - |
| YUV | 63.44 | 131.15 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 69 | 0 | 0.98 | 0.61 | 0.30 | 337.59 | 0.96 | 0.36 |
| Hex | B2 | 4 | 45 | 0 | 62 | 3D | 1E | 152 | 60 | 24 |
| Octal | 262 | 4 | 105 | 0 | 142 | 75 | 36 | 522 | 140 | 44 |
| Binary | 10110010 | 100 | 1000101 | 0 | 1100010 | 111101 | 11110 | 101010010 | 1100000 | 100100 |
Color Harmonies of #B20445
Complementary color
Monochromatic Colors of #B20445
Black with #B20445
Text Example
Text Example
White with #B20445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20445; }
p { color: rgb(178,4,69); }
H1.HeaderClassName
{
color: #B20445;
}
.AnyTagClassName
{
color: #B20445;
}
</style>
background-color css
<style>
a { background-color: #B20445; }
a { background-color: rgb(178,4,69); }
div.DivClassName
{
background-color: #B20445;
}
.BgClassName
{
background-color: #B20445;
}
</style>
border-color css
<style>
span { border-color: #B20445; }
span { border-color: rgb(178,4,69); }
td.TdClassName
{
border-color: #B20445;
}
.TagClassName
{
border-color: #B20445;
}
</style>