Shades of Jazzberry Jam #B30040
Tints of Jazzberry Jam #B30040
RGB
CMYK
RGB Variations
Color information
#B30040 (or 0xB30040) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 40. RGB value is (179,0,64). Sum of RGB (Red+Green+Blue) = 179+0+64=243 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.66% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 179 - color contains mainly: red. Hex color #B30040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30040 is #4CFFBF. Grayscale: #3C3C3C. Windows color (decimal): -5046208 or 4194483. OLE color: 4194483.
HSL color Cylindrical-coordinate representation of color #B30040: hue angle of 338.55º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30040 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.64 | 0.30 |
| HSL | 338.55º | 1% | 0.35% | - |
| HSV(B) | 338.55º | 1% | 0.7% | - |
| XYZ | 19.52 | 9.95 | 5.74 | - |
| YUV | 60.82 | 129.8 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 64 | 0 | 1 | 0.64 | 0.30 | 338.55 | 1 | 0.35 |
| Hex | B3 | 0 | 40 | 0 | 64 | 40 | 1E | 153 | 64 | 23 |
| Octal | 263 | 0 | 100 | 0 | 144 | 100 | 36 | 523 | 144 | 43 |
| Binary | 10110011 | 0 | 1000000 | 0 | 1100100 | 1000000 | 11110 | 101010011 | 1100100 | 100011 |
Color Harmonies of #B30040
Complementary color
Monochromatic Colors of #B30040
Black with #B30040
Text Example
Text Example
White with #B30040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30040; }
p { color: rgb(179,0,64); }
H1.HeaderClassName
{
color: #B30040;
}
.AnyTagClassName
{
color: #B30040;
}
</style>
background-color css
<style>
a { background-color: #B30040; }
a { background-color: rgb(179,0,64); }
div.DivClassName
{
background-color: #B30040;
}
.BgClassName
{
background-color: #B30040;
}
</style>
border-color css
<style>
span { border-color: #B30040; }
span { border-color: rgb(179,0,64); }
td.TdClassName
{
border-color: #B30040;
}
.TagClassName
{
border-color: #B30040;
}
</style>