Shades of Jazzberry Jam #B0246B
Tints of Jazzberry Jam #B0246B
RGB
CMYK
RGB Variations
Color information
#B0246B (or 0xB0246B) is known color: Jazzberry Jam. HEX triplet: B0, 24 and 6B. RGB value is (176,36,107). Sum of RGB (Red+Green+Blue) = 176+36+107=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B0246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0246B is #4FDB94. Grayscale: #555555. Windows color (decimal): -5233557 or 7021744. OLE color: 7021744.
HSL color Cylindrical-coordinate representation of color #B0246B: hue angle of 329.57º 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 #B0246B is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 107 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.31 |
| HSL | 329.57º | 0.66% | 0.42% | - |
| HSV(B) | 329.57º | 0.8% | 0.69% | - |
| XYZ | 21.19 | 11.55 | 15.02 | - |
| YUV | 85.95 | 139.88 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 107 | 0 | 0.80 | 0.39 | 0.31 | 329.57 | 0.66 | 0.42 |
| Hex | B0 | 24 | 6B | 0 | 50 | 27 | 1F | 14A | 42 | 2A |
| Octal | 260 | 44 | 153 | 0 | 120 | 47 | 37 | 512 | 102 | 52 |
| Binary | 10110000 | 100100 | 1101011 | 0 | 1010000 | 100111 | 11111 | 101001010 | 1000010 | 101010 |
Color Harmonies of #B0246B
Complementary color
Monochromatic Colors of #B0246B
Black with #B0246B
Text Example
Text Example
White with #B0246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0246B; }
p { color: rgb(176,36,107); }
H1.HeaderClassName
{
color: #B0246B;
}
.AnyTagClassName
{
color: #B0246B;
}
</style>
background-color css
<style>
a { background-color: #B0246B; }
a { background-color: rgb(176,36,107); }
div.DivClassName
{
background-color: #B0246B;
}
.BgClassName
{
background-color: #B0246B;
}
</style>
border-color css
<style>
span { border-color: #B0246B; }
span { border-color: rgb(176,36,107); }
td.TdClassName
{
border-color: #B0246B;
}
.TagClassName
{
border-color: #B0246B;
}
</style>