Shades of Jazzberry Jam #B0246A
Tints of Jazzberry Jam #B0246A
RGB
CMYK
RGB Variations
Color information
#B0246A (or 0xB0246A) is known color: Jazzberry Jam. HEX triplet: B0, 24 and 6A. RGB value is (176,36,106). Sum of RGB (Red+Green+Blue) = 176+36+106=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B0246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0246A is #4FDB95. Grayscale: #555555. Windows color (decimal): -5233558 or 6956208. OLE color: 6956208.
HSL color Cylindrical-coordinate representation of color #B0246A: hue angle of 330º 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 #B0246A is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 106 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.31 |
| HSL | 330º | 0.66% | 0.42% | - |
| HSV(B) | 330º | 0.8% | 0.69% | - |
| XYZ | 21.14 | 11.53 | 14.75 | - |
| YUV | 85.84 | 139.38 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 106 | 0 | 0.80 | 0.40 | 0.31 | 330 | 0.66 | 0.42 |
| Hex | B0 | 24 | 6A | 0 | 50 | 28 | 1F | 14A | 42 | 2A |
| Octal | 260 | 44 | 152 | 0 | 120 | 50 | 37 | 512 | 102 | 52 |
| Binary | 10110000 | 100100 | 1101010 | 0 | 1010000 | 101000 | 11111 | 101001010 | 1000010 | 101010 |
Color Harmonies of #B0246A
Complementary color
Monochromatic Colors of #B0246A
Black with #B0246A
Text Example
Text Example
White with #B0246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0246A; }
p { color: rgb(176,36,106); }
H1.HeaderClassName
{
color: #B0246A;
}
.AnyTagClassName
{
color: #B0246A;
}
</style>
background-color css
<style>
a { background-color: #B0246A; }
a { background-color: rgb(176,36,106); }
div.DivClassName
{
background-color: #B0246A;
}
.BgClassName
{
background-color: #B0246A;
}
</style>
border-color css
<style>
span { border-color: #B0246A; }
span { border-color: rgb(176,36,106); }
td.TdClassName
{
border-color: #B0246A;
}
.TagClassName
{
border-color: #B0246A;
}
</style>