Shades of Jazzberry Jam #B30450
Tints of Jazzberry Jam #B30450
RGB
CMYK
RGB Variations
Color information
#B30450 (or 0xB30450) is known color: Jazzberry Jam. HEX triplet: B3, 04 and 50. RGB value is (179,4,80). Sum of RGB (Red+Green+Blue) = 179+4+80=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B30450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30450 is #4CFBAF. Grayscale: #404040. Windows color (decimal): -5045168 or 5244083. OLE color: 5244083.
HSL color Cylindrical-coordinate representation of color #B30450: hue angle of 333.94º 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 #B30450 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 80 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.30 |
| HSL | 333.94º | 0.96% | 0.36% | - |
| HSV(B) | 333.94º | 0.98% | 0.7% | - |
| XYZ | 20.08 | 10.25 | 8.51 | - |
| YUV | 64.99 | 136.48 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 80 | 0 | 0.98 | 0.55 | 0.30 | 333.94 | 0.96 | 0.36 |
| Hex | B3 | 4 | 50 | 0 | 62 | 37 | 1E | 14E | 60 | 24 |
| Octal | 263 | 4 | 120 | 0 | 142 | 67 | 36 | 516 | 140 | 44 |
| Binary | 10110011 | 100 | 1010000 | 0 | 1100010 | 110111 | 11110 | 101001110 | 1100000 | 100100 |
Color Harmonies of #B30450
Complementary color
Monochromatic Colors of #B30450
Black with #B30450
Text Example
Text Example
White with #B30450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30450; }
p { color: rgb(179,4,80); }
H1.HeaderClassName
{
color: #B30450;
}
.AnyTagClassName
{
color: #B30450;
}
</style>
background-color css
<style>
a { background-color: #B30450; }
a { background-color: rgb(179,4,80); }
div.DivClassName
{
background-color: #B30450;
}
.BgClassName
{
background-color: #B30450;
}
</style>
border-color css
<style>
span { border-color: #B30450; }
span { border-color: rgb(179,4,80); }
td.TdClassName
{
border-color: #B30450;
}
.TagClassName
{
border-color: #B30450;
}
</style>