Shades of Jazzberry Jam #B40363
Tints of Jazzberry Jam #B40363
RGB
CMYK
RGB Variations
Color information
#B40363 (or 0xB40363) is known color: Jazzberry Jam. HEX triplet: B4, 03 and 63. RGB value is (180,3,99). Sum of RGB (Red+Green+Blue) = 180+3+99=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B40363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40363 is #4BFC9C. Grayscale: #424242. Windows color (decimal): -4979869 or 6489012. OLE color: 6489012.
HSL color Cylindrical-coordinate representation of color #B40363: hue angle of 327.46º 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 #B40363 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 99 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.29 |
| HSL | 327.46º | 0.97% | 0.36% | - |
| HSV(B) | 327.46º | 0.98% | 0.71% | - |
| XYZ | 21.11 | 10.67 | 12.75 | - |
| YUV | 66.87 | 146.14 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 99 | 0 | 0.98 | 0.45 | 0.29 | 327.46 | 0.97 | 0.36 |
| Hex | B4 | 3 | 63 | 0 | 62 | 2D | 1D | 147 | 61 | 24 |
| Octal | 264 | 3 | 143 | 0 | 142 | 55 | 35 | 507 | 141 | 44 |
| Binary | 10110100 | 11 | 1100011 | 0 | 1100010 | 101101 | 11101 | 101000111 | 1100001 | 100100 |
Color Harmonies of #B40363
Complementary color
Monochromatic Colors of #B40363
Black with #B40363
Text Example
Text Example
White with #B40363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40363; }
p { color: rgb(180,3,99); }
H1.HeaderClassName
{
color: #B40363;
}
.AnyTagClassName
{
color: #B40363;
}
</style>
background-color css
<style>
a { background-color: #B40363; }
a { background-color: rgb(180,3,99); }
div.DivClassName
{
background-color: #B40363;
}
.BgClassName
{
background-color: #B40363;
}
</style>
border-color css
<style>
span { border-color: #B40363; }
span { border-color: rgb(180,3,99); }
td.TdClassName
{
border-color: #B40363;
}
.TagClassName
{
border-color: #B40363;
}
</style>