Shades of Jazzberry Jam #B3095C
Tints of Jazzberry Jam #B3095C
RGB
CMYK
RGB Variations
Color information
#B3095C (or 0xB3095C) is known color: Jazzberry Jam. HEX triplet: B3, 09 and 5C. RGB value is (179,9,92). Sum of RGB (Red+Green+Blue) = 179+9+92=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B3095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3095C is #4CF6A3. Grayscale: #454545. Windows color (decimal): -5043876 or 6031795. OLE color: 6031795.
HSL color Cylindrical-coordinate representation of color #B3095C: hue angle of 330.71º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B3095C is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 9 | 92 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.30 |
| HSL | 330.71º | 0.9% | 0.37% | - |
| HSV(B) | 330.71º | 0.95% | 0.7% | - |
| XYZ | 20.62 | 10.55 | 11.08 | - |
| YUV | 69.29 | 140.82 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 92 | 0 | 0.95 | 0.49 | 0.30 | 330.71 | 0.9 | 0.37 |
| Hex | B3 | 9 | 5C | 0 | 5F | 31 | 1E | 14B | 5A | 25 |
| Octal | 263 | 11 | 134 | 0 | 137 | 61 | 36 | 513 | 132 | 45 |
| Binary | 10110011 | 1001 | 1011100 | 0 | 1011111 | 110001 | 11110 | 101001011 | 1011010 | 100101 |
Color Harmonies of #B3095C
Complementary color
Monochromatic Colors of #B3095C
Black with #B3095C
Text Example
Text Example
White with #B3095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3095C; }
p { color: rgb(179,9,92); }
H1.HeaderClassName
{
color: #B3095C;
}
.AnyTagClassName
{
color: #B3095C;
}
</style>
background-color css
<style>
a { background-color: #B3095C; }
a { background-color: rgb(179,9,92); }
div.DivClassName
{
background-color: #B3095C;
}
.BgClassName
{
background-color: #B3095C;
}
</style>
border-color css
<style>
span { border-color: #B3095C; }
span { border-color: rgb(179,9,92); }
td.TdClassName
{
border-color: #B3095C;
}
.TagClassName
{
border-color: #B3095C;
}
</style>