Shades of Jazzberry Jam #B41362
Tints of Jazzberry Jam #B41362
RGB
CMYK
RGB Variations
Color information
#B41362 (or 0xB41362) is known color: Jazzberry Jam. HEX triplet: B4, 13 and 62. RGB value is (180,19,98). Sum of RGB (Red+Green+Blue) = 180+19+98=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B41362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41362 is #4BEC9D. Grayscale: #4B4B4B. Windows color (decimal): -4975774 or 6427572. OLE color: 6427572.
HSL color Cylindrical-coordinate representation of color #B41362: hue angle of 330.56º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41362 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 98 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.29 |
| HSL | 330.56º | 0.81% | 0.39% | - |
| HSV(B) | 330.56º | 0.89% | 0.71% | - |
| XYZ | 21.26 | 11.05 | 12.57 | - |
| YUV | 76.15 | 140.34 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 98 | 0 | 0.89 | 0.46 | 0.29 | 330.56 | 0.81 | 0.39 |
| Hex | B4 | 13 | 62 | 0 | 59 | 2E | 1D | 14B | 51 | 27 |
| Octal | 264 | 23 | 142 | 0 | 131 | 56 | 35 | 513 | 121 | 47 |
| Binary | 10110100 | 10011 | 1100010 | 0 | 1011001 | 101110 | 11101 | 101001011 | 1010001 | 100111 |
Color Harmonies of #B41362
Complementary color
Monochromatic Colors of #B41362
Black with #B41362
Text Example
Text Example
White with #B41362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41362; }
p { color: rgb(180,19,98); }
H1.HeaderClassName
{
color: #B41362;
}
.AnyTagClassName
{
color: #B41362;
}
</style>
background-color css
<style>
a { background-color: #B41362; }
a { background-color: rgb(180,19,98); }
div.DivClassName
{
background-color: #B41362;
}
.BgClassName
{
background-color: #B41362;
}
</style>
border-color css
<style>
span { border-color: #B41362; }
span { border-color: rgb(180,19,98); }
td.TdClassName
{
border-color: #B41362;
}
.TagClassName
{
border-color: #B41362;
}
</style>