Shades of Jazzberry Jam #B30454
Tints of Jazzberry Jam #B30454
RGB
CMYK
RGB Variations
Color information
#B30454 (or 0xB30454) is known color: Jazzberry Jam. HEX triplet: B3, 04 and 54. RGB value is (179,4,84). Sum of RGB (Red+Green+Blue) = 179+4+84=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B30454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30454 is #4CFBAB. Grayscale: #414141. Windows color (decimal): -5045164 or 5506227. OLE color: 5506227.
HSL color Cylindrical-coordinate representation of color #B30454: hue angle of 332.57º 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 #B30454 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 84 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.30 |
| HSL | 332.57º | 0.96% | 0.36% | - |
| HSV(B) | 332.57º | 0.98% | 0.7% | - |
| XYZ | 20.23 | 10.31 | 9.31 | - |
| YUV | 65.45 | 138.48 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 84 | 0 | 0.98 | 0.53 | 0.30 | 332.57 | 0.96 | 0.36 |
| Hex | B3 | 4 | 54 | 0 | 62 | 35 | 1E | 14D | 60 | 24 |
| Octal | 263 | 4 | 124 | 0 | 142 | 65 | 36 | 515 | 140 | 44 |
| Binary | 10110011 | 100 | 1010100 | 0 | 1100010 | 110101 | 11110 | 101001101 | 1100000 | 100100 |
Color Harmonies of #B30454
Complementary color
Monochromatic Colors of #B30454
Black with #B30454
Text Example
Text Example
White with #B30454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30454; }
p { color: rgb(179,4,84); }
H1.HeaderClassName
{
color: #B30454;
}
.AnyTagClassName
{
color: #B30454;
}
</style>
background-color css
<style>
a { background-color: #B30454; }
a { background-color: rgb(179,4,84); }
div.DivClassName
{
background-color: #B30454;
}
.BgClassName
{
background-color: #B30454;
}
</style>
border-color css
<style>
span { border-color: #B30454; }
span { border-color: rgb(179,4,84); }
td.TdClassName
{
border-color: #B30454;
}
.TagClassName
{
border-color: #B30454;
}
</style>