Shades of Jazzberry Jam #B3045E
Tints of Jazzberry Jam #B3045E
RGB
CMYK
RGB Variations
Color information
#B3045E (or 0xB3045E) is known color: Jazzberry Jam. HEX triplet: B3, 04 and 5E. RGB value is (179,4,94). Sum of RGB (Red+Green+Blue) = 179+4+94=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B3045E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3045E is #4CFBA1. Grayscale: #424242. Windows color (decimal): -5045154 or 6161587. OLE color: 6161587.
HSL color Cylindrical-coordinate representation of color #B3045E: hue angle of 329.14º degrees, saturation: 0.96, 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 #B3045E is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 94 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.30 |
| HSL | 329.14º | 0.96% | 0.36% | - |
| HSV(B) | 329.14º | 0.98% | 0.7% | - |
| XYZ | 20.65 | 10.48 | 11.52 | - |
| YUV | 66.59 | 143.48 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 94 | 0 | 0.98 | 0.47 | 0.30 | 329.14 | 0.96 | 0.36 |
| Hex | B3 | 4 | 5E | 0 | 62 | 2F | 1E | 149 | 60 | 24 |
| Octal | 263 | 4 | 136 | 0 | 142 | 57 | 36 | 511 | 140 | 44 |
| Binary | 10110011 | 100 | 1011110 | 0 | 1100010 | 101111 | 11110 | 101001001 | 1100000 | 100100 |
Color Harmonies of #B3045E
Complementary color
Monochromatic Colors of #B3045E
Black with #B3045E
Text Example
Text Example
White with #B3045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3045E; }
p { color: rgb(179,4,94); }
H1.HeaderClassName
{
color: #B3045E;
}
.AnyTagClassName
{
color: #B3045E;
}
</style>
background-color css
<style>
a { background-color: #B3045E; }
a { background-color: rgb(179,4,94); }
div.DivClassName
{
background-color: #B3045E;
}
.BgClassName
{
background-color: #B3045E;
}
</style>
border-color css
<style>
span { border-color: #B3045E; }
span { border-color: rgb(179,4,94); }
td.TdClassName
{
border-color: #B3045E;
}
.TagClassName
{
border-color: #B3045E;
}
</style>