Shades of Jazzberry Jam #B30065
Tints of Jazzberry Jam #B30065
RGB
CMYK
RGB Variations
Color information
#B30065 (or 0xB30065) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 65. RGB value is (179,0,101). Sum of RGB (Red+Green+Blue) = 179+0+101=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B30065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30065 is #4CFF9A. Grayscale: #404040. Windows color (decimal): -5046171 or 6619315. OLE color: 6619315.
HSL color Cylindrical-coordinate representation of color #B30065: hue angle of 326.15º 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 #B30065 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.44 | 0.30 |
| HSL | 326.15º | 1% | 0.35% | - |
| HSV(B) | 326.15º | 1% | 0.7% | - |
| XYZ | 20.94 | 10.52 | 13.24 | - |
| YUV | 65.04 | 148.3 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 101 | 0 | 1 | 0.44 | 0.30 | 326.15 | 1 | 0.35 |
| Hex | B3 | 0 | 65 | 0 | 64 | 2C | 1E | 146 | 64 | 23 |
| Octal | 263 | 0 | 145 | 0 | 144 | 54 | 36 | 506 | 144 | 43 |
| Binary | 10110011 | 0 | 1100101 | 0 | 1100100 | 101100 | 11110 | 101000110 | 1100100 | 100011 |
Color Harmonies of #B30065
Complementary color
Monochromatic Colors of #B30065
Black with #B30065
Text Example
Text Example
White with #B30065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30065; }
p { color: rgb(179,0,101); }
H1.HeaderClassName
{
color: #B30065;
}
.AnyTagClassName
{
color: #B30065;
}
</style>
background-color css
<style>
a { background-color: #B30065; }
a { background-color: rgb(179,0,101); }
div.DivClassName
{
background-color: #B30065;
}
.BgClassName
{
background-color: #B30065;
}
</style>
border-color css
<style>
span { border-color: #B30065; }
span { border-color: rgb(179,0,101); }
td.TdClassName
{
border-color: #B30065;
}
.TagClassName
{
border-color: #B30065;
}
</style>