Shades of Jazzberry Jam #B60356
Tints of Jazzberry Jam #B60356
RGB
CMYK
RGB Variations
Color information
#B60356 (or 0xB60356) is known color: Jazzberry Jam. HEX triplet: B6, 03 and 56. RGB value is (182,3,86). Sum of RGB (Red+Green+Blue) = 182+3+86=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B60356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60356 is #49FCA9. Grayscale: #414141. Windows color (decimal): -4848810 or 5637046. OLE color: 5637046.
HSL color Cylindrical-coordinate representation of color #B60356: hue angle of 332.18º 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 #B60356 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.29 |
| HSL | 332.18º | 0.97% | 0.36% | - |
| HSV(B) | 332.18º | 0.98% | 0.71% | - |
| XYZ | 21 | 10.68 | 9.76 | - |
| YUV | 65.98 | 139.3 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 3 | 86 | 0 | 0.98 | 0.53 | 0.29 | 332.18 | 0.97 | 0.36 |
| Hex | B6 | 3 | 56 | 0 | 62 | 35 | 1D | 14C | 61 | 24 |
| Octal | 266 | 3 | 126 | 0 | 142 | 65 | 35 | 514 | 141 | 44 |
| Binary | 10110110 | 11 | 1010110 | 0 | 1100010 | 110101 | 11101 | 101001100 | 1100001 | 100100 |
Color Harmonies of #B60356
Complementary color
Monochromatic Colors of #B60356
Black with #B60356
Text Example
Text Example
White with #B60356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60356; }
p { color: rgb(182,3,86); }
H1.HeaderClassName
{
color: #B60356;
}
.AnyTagClassName
{
color: #B60356;
}
</style>
background-color css
<style>
a { background-color: #B60356; }
a { background-color: rgb(182,3,86); }
div.DivClassName
{
background-color: #B60356;
}
.BgClassName
{
background-color: #B60356;
}
</style>
border-color css
<style>
span { border-color: #B60356; }
span { border-color: rgb(182,3,86); }
td.TdClassName
{
border-color: #B60356;
}
.TagClassName
{
border-color: #B60356;
}
</style>