Shades of Jazzberry Jam #B30E4C
Tints of Jazzberry Jam #B30E4C
RGB
CMYK
RGB Variations
Color information
#B30E4C (or 0xB30E4C) is known color: Jazzberry Jam. HEX triplet: B3, 0E and 4C. RGB value is (179,14,76). Sum of RGB (Red+Green+Blue) = 179+14+76=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30E4C is #4CF1B3. Grayscale: #464646. Windows color (decimal): -5042612 or 4984499. OLE color: 4984499.
HSL color Cylindrical-coordinate representation of color #B30E4C: hue angle of 337.45º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30E4C is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 14 | 76 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.30 |
| HSL | 337.45º | 0.85% | 0.38% | - |
| HSV(B) | 337.45º | 0.92% | 0.7% | - |
| XYZ | 20.05 | 10.42 | 7.79 | - |
| YUV | 70.4 | 131.16 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 76 | 0 | 0.92 | 0.58 | 0.30 | 337.45 | 0.85 | 0.38 |
| Hex | B3 | E | 4C | 0 | 5C | 3A | 1E | 151 | 55 | 26 |
| Octal | 263 | 16 | 114 | 0 | 134 | 72 | 36 | 521 | 125 | 46 |
| Binary | 10110011 | 1110 | 1001100 | 0 | 1011100 | 111010 | 11110 | 101010001 | 1010101 | 100110 |
Color Harmonies of #B30E4C
Complementary color
Monochromatic Colors of #B30E4C
Black with #B30E4C
Text Example
Text Example
White with #B30E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30E4C; }
p { color: rgb(179,14,76); }
H1.HeaderClassName
{
color: #B30E4C;
}
.AnyTagClassName
{
color: #B30E4C;
}
</style>
background-color css
<style>
a { background-color: #B30E4C; }
a { background-color: rgb(179,14,76); }
div.DivClassName
{
background-color: #B30E4C;
}
.BgClassName
{
background-color: #B30E4C;
}
</style>
border-color css
<style>
span { border-color: #B30E4C; }
span { border-color: rgb(179,14,76); }
td.TdClassName
{
border-color: #B30E4C;
}
.TagClassName
{
border-color: #B30E4C;
}
</style>