Shades of Jazzberry Jam #B30B5E
Tints of Jazzberry Jam #B30B5E
RGB
CMYK
RGB Variations
Color information
#B30B5E (or 0xB30B5E) is known color: Jazzberry Jam. HEX triplet: B3, 0B and 5E. RGB value is (179,11,94). Sum of RGB (Red+Green+Blue) = 179+11+94=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30B5E is #4CF4A1. Grayscale: #464646. Windows color (decimal): -5043362 or 6163379. OLE color: 6163379.
HSL color Cylindrical-coordinate representation of color #B30B5E: hue angle of 330.36º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30B5E is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 94 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.30 |
| HSL | 330.36º | 0.88% | 0.37% | - |
| HSV(B) | 330.36º | 0.94% | 0.7% | - |
| XYZ | 20.73 | 10.63 | 11.55 | - |
| YUV | 70.69 | 141.16 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 94 | 0 | 0.94 | 0.47 | 0.30 | 330.36 | 0.88 | 0.37 |
| Hex | B3 | B | 5E | 0 | 5E | 2F | 1E | 14A | 58 | 25 |
| Octal | 263 | 13 | 136 | 0 | 136 | 57 | 36 | 512 | 130 | 45 |
| Binary | 10110011 | 1011 | 1011110 | 0 | 1011110 | 101111 | 11110 | 101001010 | 1011000 | 100101 |
Color Harmonies of #B30B5E
Complementary color
Monochromatic Colors of #B30B5E
Black with #B30B5E
Text Example
Text Example
White with #B30B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30B5E; }
p { color: rgb(179,11,94); }
H1.HeaderClassName
{
color: #B30B5E;
}
.AnyTagClassName
{
color: #B30B5E;
}
</style>
background-color css
<style>
a { background-color: #B30B5E; }
a { background-color: rgb(179,11,94); }
div.DivClassName
{
background-color: #B30B5E;
}
.BgClassName
{
background-color: #B30B5E;
}
</style>
border-color css
<style>
span { border-color: #B30B5E; }
span { border-color: rgb(179,11,94); }
td.TdClassName
{
border-color: #B30B5E;
}
.TagClassName
{
border-color: #B30B5E;
}
</style>