Shades of Jazzberry Jam #B30146
Tints of Jazzberry Jam #B30146
RGB
CMYK
RGB Variations
Color information
#B30146 (or 0xB30146) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 46. RGB value is (179,1,70). Sum of RGB (Red+Green+Blue) = 179+1+70=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B30146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30146 is #4CFEB9. Grayscale: #3D3D3D. Windows color (decimal): -5045946 or 4587955. OLE color: 4587955.
HSL color Cylindrical-coordinate representation of color #B30146: hue angle of 336.74º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30146 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 70 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.30 |
| HSL | 336.74º | 0.99% | 0.35% | - |
| HSV(B) | 336.74º | 0.99% | 0.7% | - |
| XYZ | 19.71 | 10.05 | 6.7 | - |
| YUV | 62.09 | 132.47 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 70 | 0 | 0.99 | 0.61 | 0.30 | 336.74 | 0.99 | 0.35 |
| Hex | B3 | 1 | 46 | 0 | 63 | 3D | 1E | 151 | 63 | 23 |
| Octal | 263 | 1 | 106 | 0 | 143 | 75 | 36 | 521 | 143 | 43 |
| Binary | 10110011 | 1 | 1000110 | 0 | 1100011 | 111101 | 11110 | 101010001 | 1100011 | 100011 |
Color Harmonies of #B30146
Complementary color
Monochromatic Colors of #B30146
Black with #B30146
Text Example
Text Example
White with #B30146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30146; }
p { color: rgb(179,1,70); }
H1.HeaderClassName
{
color: #B30146;
}
.AnyTagClassName
{
color: #B30146;
}
</style>
background-color css
<style>
a { background-color: #B30146; }
a { background-color: rgb(179,1,70); }
div.DivClassName
{
background-color: #B30146;
}
.BgClassName
{
background-color: #B30146;
}
</style>
border-color css
<style>
span { border-color: #B30146; }
span { border-color: rgb(179,1,70); }
td.TdClassName
{
border-color: #B30146;
}
.TagClassName
{
border-color: #B30146;
}
</style>