Shades of Jazzberry Jam #B60351
Tints of Jazzberry Jam #B60351
RGB
CMYK
RGB Variations
Color information
#B60351 (or 0xB60351) is known color: Jazzberry Jam. HEX triplet: B6, 03 and 51. RGB value is (182,3,81). Sum of RGB (Red+Green+Blue) = 182+3+81=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B60351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60351 is #49FCAE. Grayscale: #414141. Windows color (decimal): -4848815 or 5309366. OLE color: 5309366.
HSL color Cylindrical-coordinate representation of color #B60351: hue angle of 333.85º 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 #B60351 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 3 | 81 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.29 |
| HSL | 333.85º | 0.97% | 0.36% | - |
| HSV(B) | 333.85º | 0.98% | 0.71% | - |
| XYZ | 20.81 | 10.6 | 8.73 | - |
| YUV | 65.41 | 136.8 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 3 | 81 | 0 | 0.98 | 0.55 | 0.29 | 333.85 | 0.97 | 0.36 |
| Hex | B6 | 3 | 51 | 0 | 62 | 37 | 1D | 14E | 61 | 24 |
| Octal | 266 | 3 | 121 | 0 | 142 | 67 | 35 | 516 | 141 | 44 |
| Binary | 10110110 | 11 | 1010001 | 0 | 1100010 | 110111 | 11101 | 101001110 | 1100001 | 100100 |
Color Harmonies of #B60351
Complementary color
Monochromatic Colors of #B60351
Black with #B60351
Text Example
Text Example
White with #B60351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60351; }
p { color: rgb(182,3,81); }
H1.HeaderClassName
{
color: #B60351;
}
.AnyTagClassName
{
color: #B60351;
}
</style>
background-color css
<style>
a { background-color: #B60351; }
a { background-color: rgb(182,3,81); }
div.DivClassName
{
background-color: #B60351;
}
.BgClassName
{
background-color: #B60351;
}
</style>
border-color css
<style>
span { border-color: #B60351; }
span { border-color: rgb(182,3,81); }
td.TdClassName
{
border-color: #B60351;
}
.TagClassName
{
border-color: #B60351;
}
</style>