Shades of Jazzberry Jam #B42360
Tints of Jazzberry Jam #B42360
RGB
CMYK
RGB Variations
Color information
#B42360 (or 0xB42360) is known color: Jazzberry Jam. HEX triplet: B4, 23 and 60. RGB value is (180,35,96). Sum of RGB (Red+Green+Blue) = 180+35+96=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B42360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42360 is #4BDC9F. Grayscale: #555555. Windows color (decimal): -4971680 or 6300596. OLE color: 6300596.
HSL color Cylindrical-coordinate representation of color #B42360: hue angle of 334.76º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42360 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 35 | 96 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.29 |
| HSL | 334.76º | 0.67% | 0.42% | - |
| HSV(B) | 334.76º | 0.81% | 0.71% | - |
| XYZ | 21.53 | 11.75 | 12.2 | - |
| YUV | 85.31 | 134.04 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 96 | 0 | 0.81 | 0.47 | 0.29 | 334.76 | 0.67 | 0.42 |
| Hex | B4 | 23 | 60 | 0 | 51 | 2F | 1D | 14F | 43 | 2A |
| Octal | 264 | 43 | 140 | 0 | 121 | 57 | 35 | 517 | 103 | 52 |
| Binary | 10110100 | 100011 | 1100000 | 0 | 1010001 | 101111 | 11101 | 101001111 | 1000011 | 101010 |
Color Harmonies of #B42360
Complementary color
Monochromatic Colors of #B42360
Black with #B42360
Text Example
Text Example
White with #B42360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42360; }
p { color: rgb(180,35,96); }
H1.HeaderClassName
{
color: #B42360;
}
.AnyTagClassName
{
color: #B42360;
}
</style>
background-color css
<style>
a { background-color: #B42360; }
a { background-color: rgb(180,35,96); }
div.DivClassName
{
background-color: #B42360;
}
.BgClassName
{
background-color: #B42360;
}
</style>
border-color css
<style>
span { border-color: #B42360; }
span { border-color: rgb(180,35,96); }
td.TdClassName
{
border-color: #B42360;
}
.TagClassName
{
border-color: #B42360;
}
</style>