Shades of Jazzberry Jam #B30356
Tints of Jazzberry Jam #B30356
RGB
CMYK
RGB Variations
Color information
#B30356 (or 0xB30356) is known color: Jazzberry Jam. HEX triplet: B3, 03 and 56. RGB value is (179,3,86). Sum of RGB (Red+Green+Blue) = 179+3+86=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B30356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30356 is #4CFCA9. Grayscale: #404040. Windows color (decimal): -5045418 or 5637043. OLE color: 5637043.
HSL color Cylindrical-coordinate representation of color #B30356: hue angle of 331.7º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30356 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.30 |
| HSL | 331.7º | 0.97% | 0.36% | - |
| HSV(B) | 331.7º | 0.98% | 0.7% | - |
| XYZ | 20.3 | 10.32 | 9.73 | - |
| YUV | 65.09 | 139.81 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 86 | 0 | 0.98 | 0.52 | 0.30 | 331.7 | 0.97 | 0.36 |
| Hex | B3 | 3 | 56 | 0 | 62 | 34 | 1E | 14C | 61 | 24 |
| Octal | 263 | 3 | 126 | 0 | 142 | 64 | 36 | 514 | 141 | 44 |
| Binary | 10110011 | 11 | 1010110 | 0 | 1100010 | 110100 | 11110 | 101001100 | 1100001 | 100100 |
Color Harmonies of #B30356
Complementary color
Monochromatic Colors of #B30356
Black with #B30356
Text Example
Text Example
White with #B30356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30356; }
p { color: rgb(179,3,86); }
H1.HeaderClassName
{
color: #B30356;
}
.AnyTagClassName
{
color: #B30356;
}
</style>
background-color css
<style>
a { background-color: #B30356; }
a { background-color: rgb(179,3,86); }
div.DivClassName
{
background-color: #B30356;
}
.BgClassName
{
background-color: #B30356;
}
</style>
border-color css
<style>
span { border-color: #B30356; }
span { border-color: rgb(179,3,86); }
td.TdClassName
{
border-color: #B30356;
}
.TagClassName
{
border-color: #B30356;
}
</style>