Shades of Jazzberry Jam #B30F6C
Tints of Jazzberry Jam #B30F6C
RGB
CMYK
RGB Variations
Color information
#B30F6C (or 0xB30F6C) is known color: Jazzberry Jam. HEX triplet: B3, 0F and 6C. RGB value is (179,15,108). Sum of RGB (Red+Green+Blue) = 179+15+108=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30F6C is #4CF093. Grayscale: #4A4A4A. Windows color (decimal): -5042324 or 7081907. OLE color: 7081907.
HSL color Cylindrical-coordinate representation of color #B30F6C: hue angle of 325.98º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30F6C is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 15 | 108 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.30 |
| HSL | 325.98º | 0.85% | 0.38% | - |
| HSV(B) | 325.98º | 0.92% | 0.7% | - |
| XYZ | 21.47 | 11.01 | 15.18 | - |
| YUV | 74.64 | 146.83 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 108 | 0 | 0.92 | 0.40 | 0.30 | 325.98 | 0.85 | 0.38 |
| Hex | B3 | F | 6C | 0 | 5C | 28 | 1E | 146 | 55 | 26 |
| Octal | 263 | 17 | 154 | 0 | 134 | 50 | 36 | 506 | 125 | 46 |
| Binary | 10110011 | 1111 | 1101100 | 0 | 1011100 | 101000 | 11110 | 101000110 | 1010101 | 100110 |
Color Harmonies of #B30F6C
Complementary color
Monochromatic Colors of #B30F6C
Black with #B30F6C
Text Example
Text Example
White with #B30F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30F6C; }
p { color: rgb(179,15,108); }
H1.HeaderClassName
{
color: #B30F6C;
}
.AnyTagClassName
{
color: #B30F6C;
}
</style>
background-color css
<style>
a { background-color: #B30F6C; }
a { background-color: rgb(179,15,108); }
div.DivClassName
{
background-color: #B30F6C;
}
.BgClassName
{
background-color: #B30F6C;
}
</style>
border-color css
<style>
span { border-color: #B30F6C; }
span { border-color: rgb(179,15,108); }
td.TdClassName
{
border-color: #B30F6C;
}
.TagClassName
{
border-color: #B30F6C;
}
</style>