Shades of Jazzberry Jam #B60373
Tints of Jazzberry Jam #B60373
RGB
CMYK
RGB Variations
Color information
#B60373 (or 0xB60373) is known color: Jazzberry Jam. HEX triplet: B6, 03 and 73. RGB value is (182,3,115). Sum of RGB (Red+Green+Blue) = 182+3+115=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B60373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60373 is #49FC8C. Grayscale: #454545. Windows color (decimal): -4848781 or 7537590. OLE color: 7537590.
HSL color Cylindrical-coordinate representation of color #B60373: hue angle of 322.46º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B60373 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 3 | 115 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.29 |
| HSL | 322.46º | 0.97% | 0.36% | - |
| HSV(B) | 322.46º | 0.98% | 0.71% | - |
| XYZ | 22.42 | 11.25 | 17.21 | - |
| YUV | 69.29 | 153.8 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 3 | 115 | 0 | 0.98 | 0.37 | 0.29 | 322.46 | 0.97 | 0.36 |
| Hex | B6 | 3 | 73 | 0 | 62 | 25 | 1D | 142 | 61 | 24 |
| Octal | 266 | 3 | 163 | 0 | 142 | 45 | 35 | 502 | 141 | 44 |
| Binary | 10110110 | 11 | 1110011 | 0 | 1100010 | 100101 | 11101 | 101000010 | 1100001 | 100100 |
Color Harmonies of #B60373
Complementary color
Monochromatic Colors of #B60373
Black with #B60373
Text Example
Text Example
White with #B60373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60373; }
p { color: rgb(182,3,115); }
H1.HeaderClassName
{
color: #B60373;
}
.AnyTagClassName
{
color: #B60373;
}
</style>
background-color css
<style>
a { background-color: #B60373; }
a { background-color: rgb(182,3,115); }
div.DivClassName
{
background-color: #B60373;
}
.BgClassName
{
background-color: #B60373;
}
</style>
border-color css
<style>
span { border-color: #B60373; }
span { border-color: rgb(182,3,115); }
td.TdClassName
{
border-color: #B60373;
}
.TagClassName
{
border-color: #B60373;
}
</style>