Shades of Jazzberry Jam #B02463
Tints of Jazzberry Jam #B02463
RGB
CMYK
RGB Variations
Color information
#B02463 (or 0xB02463) is known color: Jazzberry Jam. HEX triplet: B0, 24 and 63. RGB value is (176,36,99). Sum of RGB (Red+Green+Blue) = 176+36+99=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B02463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02463 is #4FDB9C. Grayscale: #545454. Windows color (decimal): -5233565 or 6497456. OLE color: 6497456.
HSL color Cylindrical-coordinate representation of color #B02463: hue angle of 333º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02463 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 99 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.31 |
| HSL | 333º | 0.66% | 0.42% | - |
| HSV(B) | 333º | 0.8% | 0.69% | - |
| XYZ | 20.79 | 11.39 | 12.91 | - |
| YUV | 85.04 | 135.88 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 99 | 0 | 0.80 | 0.44 | 0.31 | 333 | 0.66 | 0.42 |
| Hex | B0 | 24 | 63 | 0 | 50 | 2C | 1F | 14D | 42 | 2A |
| Octal | 260 | 44 | 143 | 0 | 120 | 54 | 37 | 515 | 102 | 52 |
| Binary | 10110000 | 100100 | 1100011 | 0 | 1010000 | 101100 | 11111 | 101001101 | 1000010 | 101010 |
Color Harmonies of #B02463
Complementary color
Monochromatic Colors of #B02463
Black with #B02463
Text Example
Text Example
White with #B02463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02463; }
p { color: rgb(176,36,99); }
H1.HeaderClassName
{
color: #B02463;
}
.AnyTagClassName
{
color: #B02463;
}
</style>
background-color css
<style>
a { background-color: #B02463; }
a { background-color: rgb(176,36,99); }
div.DivClassName
{
background-color: #B02463;
}
.BgClassName
{
background-color: #B02463;
}
</style>
border-color css
<style>
span { border-color: #B02463; }
span { border-color: rgb(176,36,99); }
td.TdClassName
{
border-color: #B02463;
}
.TagClassName
{
border-color: #B02463;
}
</style>