Shades of Jazzberry Jam #B3075D
Tints of Jazzberry Jam #B3075D
RGB
CMYK
RGB Variations
Color information
#B3075D (or 0xB3075D) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 5D. RGB value is (179,7,93). Sum of RGB (Red+Green+Blue) = 179+7+93=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B3075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3075D is #4CF8A2. Grayscale: #444444. Windows color (decimal): -5044387 or 6096819. OLE color: 6096819.
HSL color Cylindrical-coordinate representation of color #B3075D: hue angle of 330º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3075D is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 93 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.30 |
| HSL | 330º | 0.92% | 0.36% | - |
| HSV(B) | 330º | 0.96% | 0.7% | - |
| XYZ | 20.64 | 10.53 | 11.3 | - |
| YUV | 68.23 | 141.98 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 93 | 0 | 0.96 | 0.48 | 0.30 | 330 | 0.92 | 0.36 |
| Hex | B3 | 7 | 5D | 0 | 60 | 30 | 1E | 14A | 5C | 24 |
| Octal | 263 | 7 | 135 | 0 | 140 | 60 | 36 | 512 | 134 | 44 |
| Binary | 10110011 | 111 | 1011101 | 0 | 1100000 | 110000 | 11110 | 101001010 | 1011100 | 100100 |
Color Harmonies of #B3075D
Complementary color
Monochromatic Colors of #B3075D
Black with #B3075D
Text Example
Text Example
White with #B3075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3075D; }
p { color: rgb(179,7,93); }
H1.HeaderClassName
{
color: #B3075D;
}
.AnyTagClassName
{
color: #B3075D;
}
</style>
background-color css
<style>
a { background-color: #B3075D; }
a { background-color: rgb(179,7,93); }
div.DivClassName
{
background-color: #B3075D;
}
.BgClassName
{
background-color: #B3075D;
}
</style>
border-color css
<style>
span { border-color: #B3075D; }
span { border-color: rgb(179,7,93); }
td.TdClassName
{
border-color: #B3075D;
}
.TagClassName
{
border-color: #B3075D;
}
</style>