Shades of Jazzberry Jam #B3075A
Tints of Jazzberry Jam #B3075A
RGB
CMYK
RGB Variations
Color information
#B3075A (or 0xB3075A) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 5A. RGB value is (179,7,90). Sum of RGB (Red+Green+Blue) = 179+7+90=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B3075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3075A is #4CF8A5. Grayscale: #434343. Windows color (decimal): -5044390 or 5900211. OLE color: 5900211.
HSL color Cylindrical-coordinate representation of color #B3075A: hue angle of 331.05º 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 #B3075A is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 90 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.30 |
| HSL | 331.05º | 0.92% | 0.36% | - |
| HSV(B) | 331.05º | 0.96% | 0.7% | - |
| XYZ | 20.51 | 10.47 | 10.61 | - |
| YUV | 67.89 | 140.48 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 90 | 0 | 0.96 | 0.50 | 0.30 | 331.05 | 0.92 | 0.36 |
| Hex | B3 | 7 | 5A | 0 | 60 | 32 | 1E | 14B | 5C | 24 |
| Octal | 263 | 7 | 132 | 0 | 140 | 62 | 36 | 513 | 134 | 44 |
| Binary | 10110011 | 111 | 1011010 | 0 | 1100000 | 110010 | 11110 | 101001011 | 1011100 | 100100 |
Color Harmonies of #B3075A
Complementary color
Monochromatic Colors of #B3075A
Black with #B3075A
Text Example
Text Example
White with #B3075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3075A; }
p { color: rgb(179,7,90); }
H1.HeaderClassName
{
color: #B3075A;
}
.AnyTagClassName
{
color: #B3075A;
}
</style>
background-color css
<style>
a { background-color: #B3075A; }
a { background-color: rgb(179,7,90); }
div.DivClassName
{
background-color: #B3075A;
}
.BgClassName
{
background-color: #B3075A;
}
</style>
border-color css
<style>
span { border-color: #B3075A; }
span { border-color: rgb(179,7,90); }
td.TdClassName
{
border-color: #B3075A;
}
.TagClassName
{
border-color: #B3075A;
}
</style>