Shades of Jazzberry Jam #B60357
Tints of Jazzberry Jam #B60357
RGB
CMYK
RGB Variations
Color information
#B60357 (or 0xB60357) is known color: Jazzberry Jam. HEX triplet: B6, 03 and 57. RGB value is (182,3,87). Sum of RGB (Red+Green+Blue) = 182+3+87=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B60357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60357 is #49FCA8. Grayscale: #414141. Windows color (decimal): -4848809 or 5702582. OLE color: 5702582.
HSL color Cylindrical-coordinate representation of color #B60357: hue angle of 331.84º 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 #B60357 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 3 | 87 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.29 |
| HSL | 331.84º | 0.97% | 0.36% | - |
| HSV(B) | 331.84º | 0.98% | 0.71% | - |
| XYZ | 21.04 | 10.7 | 9.97 | - |
| YUV | 66.1 | 139.8 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 3 | 87 | 0 | 0.98 | 0.52 | 0.29 | 331.84 | 0.97 | 0.36 |
| Hex | B6 | 3 | 57 | 0 | 62 | 34 | 1D | 14C | 61 | 24 |
| Octal | 266 | 3 | 127 | 0 | 142 | 64 | 35 | 514 | 141 | 44 |
| Binary | 10110110 | 11 | 1010111 | 0 | 1100010 | 110100 | 11101 | 101001100 | 1100001 | 100100 |
Color Harmonies of #B60357
Complementary color
Monochromatic Colors of #B60357
Black with #B60357
Text Example
Text Example
White with #B60357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60357; }
p { color: rgb(182,3,87); }
H1.HeaderClassName
{
color: #B60357;
}
.AnyTagClassName
{
color: #B60357;
}
</style>
background-color css
<style>
a { background-color: #B60357; }
a { background-color: rgb(182,3,87); }
div.DivClassName
{
background-color: #B60357;
}
.BgClassName
{
background-color: #B60357;
}
</style>
border-color css
<style>
span { border-color: #B60357; }
span { border-color: rgb(182,3,87); }
td.TdClassName
{
border-color: #B60357;
}
.TagClassName
{
border-color: #B60357;
}
</style>