Shades of Jazzberry Jam #B3085F
Tints of Jazzberry Jam #B3085F
RGB
CMYK
RGB Variations
Color information
#B3085F (or 0xB3085F) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 5F. RGB value is (179,8,95). Sum of RGB (Red+Green+Blue) = 179+8+95=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B3085F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3085F is #4CF7A0. Grayscale: #444444. Windows color (decimal): -5044129 or 6228147. OLE color: 6228147.
HSL color Cylindrical-coordinate representation of color #B3085F: hue angle of 329.47º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3085F is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 95 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.30 |
| HSL | 329.47º | 0.91% | 0.37% | - |
| HSV(B) | 329.47º | 0.96% | 0.7% | - |
| XYZ | 20.74 | 10.58 | 11.78 | - |
| YUV | 69.05 | 142.65 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 95 | 0 | 0.96 | 0.47 | 0.30 | 329.47 | 0.91 | 0.37 |
| Hex | B3 | 8 | 5F | 0 | 60 | 2F | 1E | 149 | 5B | 25 |
| Octal | 263 | 10 | 137 | 0 | 140 | 57 | 36 | 511 | 133 | 45 |
| Binary | 10110011 | 1000 | 1011111 | 0 | 1100000 | 101111 | 11110 | 101001001 | 1011011 | 100101 |
Color Harmonies of #B3085F
Complementary color
Monochromatic Colors of #B3085F
Black with #B3085F
Text Example
Text Example
White with #B3085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3085F; }
p { color: rgb(179,8,95); }
H1.HeaderClassName
{
color: #B3085F;
}
.AnyTagClassName
{
color: #B3085F;
}
</style>
background-color css
<style>
a { background-color: #B3085F; }
a { background-color: rgb(179,8,95); }
div.DivClassName
{
background-color: #B3085F;
}
.BgClassName
{
background-color: #B3085F;
}
</style>
border-color css
<style>
span { border-color: #B3085F; }
span { border-color: rgb(179,8,95); }
td.TdClassName
{
border-color: #B3085F;
}
.TagClassName
{
border-color: #B3085F;
}
</style>