Shades of Jazzberry Jam #B30F49
Tints of Jazzberry Jam #B30F49
RGB
CMYK
RGB Variations
Color information
#B30F49 (or 0xB30F49) is known color: Jazzberry Jam. HEX triplet: B3, 0F and 49. RGB value is (179,15,73). Sum of RGB (Red+Green+Blue) = 179+15+73=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30F49 is #4CF0B6. Grayscale: #464646. Windows color (decimal): -5042359 or 4788147. OLE color: 4788147.
HSL color Cylindrical-coordinate representation of color #B30F49: hue angle of 338.78º 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 #B30F49 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 15 | 73 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.30 |
| HSL | 338.78º | 0.85% | 0.38% | - |
| HSV(B) | 338.78º | 0.92% | 0.7% | - |
| XYZ | 19.96 | 10.41 | 7.26 | - |
| YUV | 70.65 | 129.33 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 73 | 0 | 0.92 | 0.59 | 0.30 | 338.78 | 0.85 | 0.38 |
| Hex | B3 | F | 49 | 0 | 5C | 3B | 1E | 153 | 55 | 26 |
| Octal | 263 | 17 | 111 | 0 | 134 | 73 | 36 | 523 | 125 | 46 |
| Binary | 10110011 | 1111 | 1001001 | 0 | 1011100 | 111011 | 11110 | 101010011 | 1010101 | 100110 |
Color Harmonies of #B30F49
Complementary color
Monochromatic Colors of #B30F49
Black with #B30F49
Text Example
Text Example
White with #B30F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30F49; }
p { color: rgb(179,15,73); }
H1.HeaderClassName
{
color: #B30F49;
}
.AnyTagClassName
{
color: #B30F49;
}
</style>
background-color css
<style>
a { background-color: #B30F49; }
a { background-color: rgb(179,15,73); }
div.DivClassName
{
background-color: #B30F49;
}
.BgClassName
{
background-color: #B30F49;
}
</style>
border-color css
<style>
span { border-color: #B30F49; }
span { border-color: rgb(179,15,73); }
td.TdClassName
{
border-color: #B30F49;
}
.TagClassName
{
border-color: #B30F49;
}
</style>