Shades of Jazzberry Jam #B3076C
Tints of Jazzberry Jam #B3076C
RGB
CMYK
RGB Variations
Color information
#B3076C (or 0xB3076C) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 6C. RGB value is (179,7,108). Sum of RGB (Red+Green+Blue) = 179+7+108=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B3076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3076C is #4CF893. Grayscale: #454545. Windows color (decimal): -5044372 or 7079859. OLE color: 7079859.
HSL color Cylindrical-coordinate representation of color #B3076C: hue angle of 324.77º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3076C is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 108 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.30 |
| HSL | 324.77º | 0.92% | 0.36% | - |
| HSV(B) | 324.77º | 0.96% | 0.7% | - |
| XYZ | 21.37 | 10.82 | 15.15 | - |
| YUV | 69.94 | 149.48 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 108 | 0 | 0.96 | 0.40 | 0.30 | 324.77 | 0.92 | 0.36 |
| Hex | B3 | 7 | 6C | 0 | 60 | 28 | 1E | 145 | 5C | 24 |
| Octal | 263 | 7 | 154 | 0 | 140 | 50 | 36 | 505 | 134 | 44 |
| Binary | 10110011 | 111 | 1101100 | 0 | 1100000 | 101000 | 11110 | 101000101 | 1011100 | 100100 |
Color Harmonies of #B3076C
Complementary color
Monochromatic Colors of #B3076C
Black with #B3076C
Text Example
Text Example
White with #B3076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3076C; }
p { color: rgb(179,7,108); }
H1.HeaderClassName
{
color: #B3076C;
}
.AnyTagClassName
{
color: #B3076C;
}
</style>
background-color css
<style>
a { background-color: #B3076C; }
a { background-color: rgb(179,7,108); }
div.DivClassName
{
background-color: #B3076C;
}
.BgClassName
{
background-color: #B3076C;
}
</style>
border-color css
<style>
span { border-color: #B3076C; }
span { border-color: rgb(179,7,108); }
td.TdClassName
{
border-color: #B3076C;
}
.TagClassName
{
border-color: #B3076C;
}
</style>