Shades of Jazzberry Jam #B30152
Tints of Jazzberry Jam #B30152
RGB
CMYK
RGB Variations
Color information
#B30152 (or 0xB30152) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 52. RGB value is (179,1,82). Sum of RGB (Red+Green+Blue) = 179+1+82=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B30152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30152 is #4CFEAD. Grayscale: #3F3F3F. Windows color (decimal): -5045934 or 5374387. OLE color: 5374387.
HSL color Cylindrical-coordinate representation of color #B30152: hue angle of 332.7º 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 #B30152 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 82 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.30 |
| HSL | 332.7º | 0.99% | 0.35% | - |
| HSV(B) | 332.7º | 0.99% | 0.7% | - |
| XYZ | 20.12 | 10.21 | 8.89 | - |
| YUV | 63.46 | 138.47 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 82 | 0 | 0.99 | 0.54 | 0.30 | 332.7 | 0.99 | 0.35 |
| Hex | B3 | 1 | 52 | 0 | 63 | 36 | 1E | 14D | 63 | 23 |
| Octal | 263 | 1 | 122 | 0 | 143 | 66 | 36 | 515 | 143 | 43 |
| Binary | 10110011 | 1 | 1010010 | 0 | 1100011 | 110110 | 11110 | 101001101 | 1100011 | 100011 |
Color Harmonies of #B30152
Complementary color
Monochromatic Colors of #B30152
Black with #B30152
Text Example
Text Example
White with #B30152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30152; }
p { color: rgb(179,1,82); }
H1.HeaderClassName
{
color: #B30152;
}
.AnyTagClassName
{
color: #B30152;
}
</style>
background-color css
<style>
a { background-color: #B30152; }
a { background-color: rgb(179,1,82); }
div.DivClassName
{
background-color: #B30152;
}
.BgClassName
{
background-color: #B30152;
}
</style>
border-color css
<style>
span { border-color: #B30152; }
span { border-color: rgb(179,1,82); }
td.TdClassName
{
border-color: #B30152;
}
.TagClassName
{
border-color: #B30152;
}
</style>