Shades of Jazzberry Jam #B30376
Tints of Jazzberry Jam #B30376
RGB
CMYK
RGB Variations
Color information
#B30376 (or 0xB30376) is known color: Jazzberry Jam. HEX triplet: B3, 03 and 76. RGB value is (179,3,118). Sum of RGB (Red+Green+Blue) = 179+3+118=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B30376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30376 is #4CFC89. Grayscale: #444444. Windows color (decimal): -5045386 or 7734195. OLE color: 7734195.
HSL color Cylindrical-coordinate representation of color #B30376: hue angle of 320.8º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30376 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 3 | 118 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.30 |
| HSL | 320.8º | 0.97% | 0.36% | - |
| HSV(B) | 320.8º | 0.98% | 0.7% | - |
| XYZ | 21.89 | 10.96 | 18.1 | - |
| YUV | 68.73 | 155.81 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 118 | 0 | 0.98 | 0.34 | 0.30 | 320.8 | 0.97 | 0.36 |
| Hex | B3 | 3 | 76 | 0 | 62 | 22 | 1E | 141 | 61 | 24 |
| Octal | 263 | 3 | 166 | 0 | 142 | 42 | 36 | 501 | 141 | 44 |
| Binary | 10110011 | 11 | 1110110 | 0 | 1100010 | 100010 | 11110 | 101000001 | 1100001 | 100100 |
Color Harmonies of #B30376
Complementary color
Monochromatic Colors of #B30376
Black with #B30376
Text Example
Text Example
White with #B30376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30376; }
p { color: rgb(179,3,118); }
H1.HeaderClassName
{
color: #B30376;
}
.AnyTagClassName
{
color: #B30376;
}
</style>
background-color css
<style>
a { background-color: #B30376; }
a { background-color: rgb(179,3,118); }
div.DivClassName
{
background-color: #B30376;
}
.BgClassName
{
background-color: #B30376;
}
</style>
border-color css
<style>
span { border-color: #B30376; }
span { border-color: rgb(179,3,118); }
td.TdClassName
{
border-color: #B30376;
}
.TagClassName
{
border-color: #B30376;
}
</style>