Shades of Jazzberry Jam #B30C72
Tints of Jazzberry Jam #B30C72
RGB
CMYK
RGB Variations
Color information
#B30C72 (or 0xB30C72) is known color: Jazzberry Jam. HEX triplet: B3, 0C and 72. RGB value is (179,12,114). Sum of RGB (Red+Green+Blue) = 179+12+114=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30C72 is #4CF38D. Grayscale: #494949. Windows color (decimal): -5043086 or 7474355. OLE color: 7474355.
HSL color Cylindrical-coordinate representation of color #B30C72: hue angle of 323.35º 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 #B30C72 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 114 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.30 |
| HSL | 323.35º | 0.87% | 0.37% | - |
| HSV(B) | 323.35º | 0.93% | 0.7% | - |
| XYZ | 21.76 | 11.06 | 16.91 | - |
| YUV | 73.56 | 150.83 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 114 | 0 | 0.93 | 0.36 | 0.30 | 323.35 | 0.87 | 0.37 |
| Hex | B3 | C | 72 | 0 | 5D | 24 | 1E | 143 | 57 | 25 |
| Octal | 263 | 14 | 162 | 0 | 135 | 44 | 36 | 503 | 127 | 45 |
| Binary | 10110011 | 1100 | 1110010 | 0 | 1011101 | 100100 | 11110 | 101000011 | 1010111 | 100101 |
Color Harmonies of #B30C72
Complementary color
Monochromatic Colors of #B30C72
Black with #B30C72
Text Example
Text Example
White with #B30C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C72; }
p { color: rgb(179,12,114); }
H1.HeaderClassName
{
color: #B30C72;
}
.AnyTagClassName
{
color: #B30C72;
}
</style>
background-color css
<style>
a { background-color: #B30C72; }
a { background-color: rgb(179,12,114); }
div.DivClassName
{
background-color: #B30C72;
}
.BgClassName
{
background-color: #B30C72;
}
</style>
border-color css
<style>
span { border-color: #B30C72; }
span { border-color: rgb(179,12,114); }
td.TdClassName
{
border-color: #B30C72;
}
.TagClassName
{
border-color: #B30C72;
}
</style>