Shades of Jazzberry Jam #B30147
Tints of Jazzberry Jam #B30147
RGB
CMYK
RGB Variations
Color information
#B30147 (or 0xB30147) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 47. RGB value is (179,1,71). Sum of RGB (Red+Green+Blue) = 179+1+71=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B30147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30147 is #4CFEB8. Grayscale: #3E3E3E. Windows color (decimal): -5045945 or 4653491. OLE color: 4653491.
HSL color Cylindrical-coordinate representation of color #B30147: hue angle of 336.4º 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 #B30147 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.30 |
| HSL | 336.4º | 0.99% | 0.35% | - |
| HSV(B) | 336.4º | 0.99% | 0.7% | - |
| XYZ | 19.74 | 10.06 | 6.86 | - |
| YUV | 62.2 | 132.97 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 71 | 0 | 0.99 | 0.60 | 0.30 | 336.4 | 0.99 | 0.35 |
| Hex | B3 | 1 | 47 | 0 | 63 | 3C | 1E | 150 | 63 | 23 |
| Octal | 263 | 1 | 107 | 0 | 143 | 74 | 36 | 520 | 143 | 43 |
| Binary | 10110011 | 1 | 1000111 | 0 | 1100011 | 111100 | 11110 | 101010000 | 1100011 | 100011 |
Color Harmonies of #B30147
Complementary color
Monochromatic Colors of #B30147
Black with #B30147
Text Example
Text Example
White with #B30147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30147; }
p { color: rgb(179,1,71); }
H1.HeaderClassName
{
color: #B30147;
}
.AnyTagClassName
{
color: #B30147;
}
</style>
background-color css
<style>
a { background-color: #B30147; }
a { background-color: rgb(179,1,71); }
div.DivClassName
{
background-color: #B30147;
}
.BgClassName
{
background-color: #B30147;
}
</style>
border-color css
<style>
span { border-color: #B30147; }
span { border-color: rgb(179,1,71); }
td.TdClassName
{
border-color: #B30147;
}
.TagClassName
{
border-color: #B30147;
}
</style>