Shades of Jazzberry Jam #B30C6F
Tints of Jazzberry Jam #B30C6F
RGB
CMYK
RGB Variations
Color information
#B30C6F (or 0xB30C6F) is known color: Jazzberry Jam. HEX triplet: B3, 0C and 6F. RGB value is (179,12,111). Sum of RGB (Red+Green+Blue) = 179+12+111=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30C6F is #4CF390. Grayscale: #484848. Windows color (decimal): -5043089 or 7277747. OLE color: 7277747.
HSL color Cylindrical-coordinate representation of color #B30C6F: hue angle of 324.43º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30C6F is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 111 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.30 |
| HSL | 324.43º | 0.87% | 0.37% | - |
| HSV(B) | 324.43º | 0.93% | 0.7% | - |
| XYZ | 21.59 | 10.99 | 16.02 | - |
| YUV | 73.22 | 149.33 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 111 | 0 | 0.93 | 0.38 | 0.30 | 324.43 | 0.87 | 0.37 |
| Hex | B3 | C | 6F | 0 | 5D | 26 | 1E | 144 | 57 | 25 |
| Octal | 263 | 14 | 157 | 0 | 135 | 46 | 36 | 504 | 127 | 45 |
| Binary | 10110011 | 1100 | 1101111 | 0 | 1011101 | 100110 | 11110 | 101000100 | 1010111 | 100101 |
Color Harmonies of #B30C6F
Complementary color
Monochromatic Colors of #B30C6F
Black with #B30C6F
Text Example
Text Example
White with #B30C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C6F; }
p { color: rgb(179,12,111); }
H1.HeaderClassName
{
color: #B30C6F;
}
.AnyTagClassName
{
color: #B30C6F;
}
</style>
background-color css
<style>
a { background-color: #B30C6F; }
a { background-color: rgb(179,12,111); }
div.DivClassName
{
background-color: #B30C6F;
}
.BgClassName
{
background-color: #B30C6F;
}
</style>
border-color css
<style>
span { border-color: #B30C6F; }
span { border-color: rgb(179,12,111); }
td.TdClassName
{
border-color: #B30C6F;
}
.TagClassName
{
border-color: #B30C6F;
}
</style>