Shades of Jazzberry Jam #B30851
Tints of Jazzberry Jam #B30851
RGB
CMYK
RGB Variations
Color information
#B30851 (or 0xB30851) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 51. RGB value is (179,8,81). Sum of RGB (Red+Green+Blue) = 179+8+81=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B30851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30851 is #4CF7AE. Grayscale: #434343. Windows color (decimal): -5044143 or 5310643. OLE color: 5310643.
HSL color Cylindrical-coordinate representation of color #B30851: hue angle of 334.39º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30851 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 81 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.30 |
| HSL | 334.39º | 0.91% | 0.37% | - |
| HSV(B) | 334.39º | 0.96% | 0.7% | - |
| XYZ | 20.16 | 10.35 | 8.72 | - |
| YUV | 67.45 | 135.65 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 81 | 0 | 0.96 | 0.55 | 0.30 | 334.39 | 0.91 | 0.37 |
| Hex | B3 | 8 | 51 | 0 | 60 | 37 | 1E | 14E | 5B | 25 |
| Octal | 263 | 10 | 121 | 0 | 140 | 67 | 36 | 516 | 133 | 45 |
| Binary | 10110011 | 1000 | 1010001 | 0 | 1100000 | 110111 | 11110 | 101001110 | 1011011 | 100101 |
Color Harmonies of #B30851
Complementary color
Monochromatic Colors of #B30851
Black with #B30851
Text Example
Text Example
White with #B30851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30851; }
p { color: rgb(179,8,81); }
H1.HeaderClassName
{
color: #B30851;
}
.AnyTagClassName
{
color: #B30851;
}
</style>
background-color css
<style>
a { background-color: #B30851; }
a { background-color: rgb(179,8,81); }
div.DivClassName
{
background-color: #B30851;
}
.BgClassName
{
background-color: #B30851;
}
</style>
border-color css
<style>
span { border-color: #B30851; }
span { border-color: rgb(179,8,81); }
td.TdClassName
{
border-color: #B30851;
}
.TagClassName
{
border-color: #B30851;
}
</style>