Shades of Jazzberry Jam #B30E5B
Tints of Jazzberry Jam #B30E5B
RGB
CMYK
RGB Variations
Color information
#B30E5B (or 0xB30E5B) is known color: Jazzberry Jam. HEX triplet: B3, 0E and 5B. RGB value is (179,14,91). Sum of RGB (Red+Green+Blue) = 179+14+91=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30E5B is #4CF1A4. Grayscale: #474747. Windows color (decimal): -5042597 or 5967539. OLE color: 5967539.
HSL color Cylindrical-coordinate representation of color #B30E5B: hue angle of 332º 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 #B30E5B is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 14 | 91 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.30 |
| HSL | 332º | 0.85% | 0.38% | - |
| HSV(B) | 332º | 0.92% | 0.7% | - |
| XYZ | 20.64 | 10.65 | 10.87 | - |
| YUV | 72.11 | 138.66 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 91 | 0 | 0.92 | 0.49 | 0.30 | 332 | 0.85 | 0.38 |
| Hex | B3 | E | 5B | 0 | 5C | 31 | 1E | 14C | 55 | 26 |
| Octal | 263 | 16 | 133 | 0 | 134 | 61 | 36 | 514 | 125 | 46 |
| Binary | 10110011 | 1110 | 1011011 | 0 | 1011100 | 110001 | 11110 | 101001100 | 1010101 | 100110 |
Color Harmonies of #B30E5B
Complementary color
Monochromatic Colors of #B30E5B
Black with #B30E5B
Text Example
Text Example
White with #B30E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30E5B; }
p { color: rgb(179,14,91); }
H1.HeaderClassName
{
color: #B30E5B;
}
.AnyTagClassName
{
color: #B30E5B;
}
</style>
background-color css
<style>
a { background-color: #B30E5B; }
a { background-color: rgb(179,14,91); }
div.DivClassName
{
background-color: #B30E5B;
}
.BgClassName
{
background-color: #B30E5B;
}
</style>
border-color css
<style>
span { border-color: #B30E5B; }
span { border-color: rgb(179,14,91); }
td.TdClassName
{
border-color: #B30E5B;
}
.TagClassName
{
border-color: #B30E5B;
}
</style>