Shades of Jazzberry Jam #B30443
Tints of Jazzberry Jam #B30443
RGB
CMYK
RGB Variations
Color information
#B30443 (or 0xB30443) is known color: Jazzberry Jam. HEX triplet: B3, 04 and 43. RGB value is (179,4,67). Sum of RGB (Red+Green+Blue) = 179+4+67=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B30443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30443 is #4CFBBC. Grayscale: #3F3F3F. Windows color (decimal): -5045181 or 4392115. OLE color: 4392115.
HSL color Cylindrical-coordinate representation of color #B30443: hue angle of 338.4º 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 #B30443 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 67 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.30 |
| HSL | 338.4º | 0.96% | 0.36% | - |
| HSV(B) | 338.4º | 0.98% | 0.7% | - |
| XYZ | 19.65 | 10.08 | 6.22 | - |
| YUV | 63.51 | 129.98 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 67 | 0 | 0.98 | 0.63 | 0.30 | 338.4 | 0.96 | 0.36 |
| Hex | B3 | 4 | 43 | 0 | 62 | 3F | 1E | 152 | 60 | 24 |
| Octal | 263 | 4 | 103 | 0 | 142 | 77 | 36 | 522 | 140 | 44 |
| Binary | 10110011 | 100 | 1000011 | 0 | 1100010 | 111111 | 11110 | 101010010 | 1100000 | 100100 |
Color Harmonies of #B30443
Complementary color
Monochromatic Colors of #B30443
Black with #B30443
Text Example
Text Example
White with #B30443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30443; }
p { color: rgb(179,4,67); }
H1.HeaderClassName
{
color: #B30443;
}
.AnyTagClassName
{
color: #B30443;
}
</style>
background-color css
<style>
a { background-color: #B30443; }
a { background-color: rgb(179,4,67); }
div.DivClassName
{
background-color: #B30443;
}
.BgClassName
{
background-color: #B30443;
}
</style>
border-color css
<style>
span { border-color: #B30443; }
span { border-color: rgb(179,4,67); }
td.TdClassName
{
border-color: #B30443;
}
.TagClassName
{
border-color: #B30443;
}
</style>