Shades of Jazzberry Jam #B30D54
Tints of Jazzberry Jam #B30D54
RGB
CMYK
RGB Variations
Color information
#B30D54 (or 0xB30D54) is known color: Jazzberry Jam. HEX triplet: B3, 0D and 54. RGB value is (179,13,84). Sum of RGB (Red+Green+Blue) = 179+13+84=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B30D54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30D54 is #4CF2AB. Grayscale: #464646. Windows color (decimal): -5042860 or 5508531. OLE color: 5508531.
HSL color Cylindrical-coordinate representation of color #B30D54: hue angle of 334.34º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30D54 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 13 | 84 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.30 |
| HSL | 334.34º | 0.86% | 0.38% | - |
| HSV(B) | 334.34º | 0.93% | 0.7% | - |
| XYZ | 20.33 | 10.51 | 9.34 | - |
| YUV | 70.73 | 135.5 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 84 | 0 | 0.93 | 0.53 | 0.30 | 334.34 | 0.86 | 0.38 |
| Hex | B3 | D | 54 | 0 | 5D | 35 | 1E | 14E | 56 | 26 |
| Octal | 263 | 15 | 124 | 0 | 135 | 65 | 36 | 516 | 126 | 46 |
| Binary | 10110011 | 1101 | 1010100 | 0 | 1011101 | 110101 | 11110 | 101001110 | 1010110 | 100110 |
Color Harmonies of #B30D54
Complementary color
Monochromatic Colors of #B30D54
Black with #B30D54
Text Example
Text Example
White with #B30D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30D54; }
p { color: rgb(179,13,84); }
H1.HeaderClassName
{
color: #B30D54;
}
.AnyTagClassName
{
color: #B30D54;
}
</style>
background-color css
<style>
a { background-color: #B30D54; }
a { background-color: rgb(179,13,84); }
div.DivClassName
{
background-color: #B30D54;
}
.BgClassName
{
background-color: #B30D54;
}
</style>
border-color css
<style>
span { border-color: #B30D54; }
span { border-color: rgb(179,13,84); }
td.TdClassName
{
border-color: #B30D54;
}
.TagClassName
{
border-color: #B30D54;
}
</style>