Shades of Jazzberry Jam #B40262
Tints of Jazzberry Jam #B40262
RGB
CMYK
RGB Variations
Color information
#B40262 (or 0xB40262) is known color: Jazzberry Jam. HEX triplet: B4, 02 and 62. RGB value is (180,2,98). Sum of RGB (Red+Green+Blue) = 180+2+98=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B40262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40262 is #4BFD9D. Grayscale: #414141. Windows color (decimal): -4980126 or 6423220. OLE color: 6423220.
HSL color Cylindrical-coordinate representation of color #B40262: hue angle of 327.64º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40262 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 98 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.29 |
| HSL | 327.64º | 0.98% | 0.36% | - |
| HSV(B) | 327.64º | 0.99% | 0.71% | - |
| XYZ | 21.05 | 10.63 | 12.5 | - |
| YUV | 66.17 | 145.97 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 98 | 0 | 0.99 | 0.46 | 0.29 | 327.64 | 0.98 | 0.36 |
| Hex | B4 | 2 | 62 | 0 | 63 | 2E | 1D | 148 | 62 | 24 |
| Octal | 264 | 2 | 142 | 0 | 143 | 56 | 35 | 510 | 142 | 44 |
| Binary | 10110100 | 10 | 1100010 | 0 | 1100011 | 101110 | 11101 | 101001000 | 1100010 | 100100 |
Color Harmonies of #B40262
Complementary color
Monochromatic Colors of #B40262
Black with #B40262
Text Example
Text Example
White with #B40262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40262; }
p { color: rgb(180,2,98); }
H1.HeaderClassName
{
color: #B40262;
}
.AnyTagClassName
{
color: #B40262;
}
</style>
background-color css
<style>
a { background-color: #B40262; }
a { background-color: rgb(180,2,98); }
div.DivClassName
{
background-color: #B40262;
}
.BgClassName
{
background-color: #B40262;
}
</style>
border-color css
<style>
span { border-color: #B40262; }
span { border-color: rgb(180,2,98); }
td.TdClassName
{
border-color: #B40262;
}
.TagClassName
{
border-color: #B40262;
}
</style>