Shades of Barossa #3B3035
Tints of Barossa #3B3035
RGB
CMYK
RGB Variations
Color information
#3B3035 (or 0x3B3035) is known color: Barossa. HEX triplet: 3B, 30 and 35. RGB value is (59,48,53). Sum of RGB (Red+Green+Blue) = 59+48+53=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3035 is #C4CFCA. Grayscale: #333333. Windows color (decimal): -12898251 or 3485755. OLE color: 3485755.
HSL color Cylindrical-coordinate representation of color #3B3035: hue angle of 332.73º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3B3035 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 48 | 53 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.77 |
| HSL | 332.73º | 0.1% | 0.21% | - |
| HSV(B) | 332.73º | 0.19% | 0.23% | - |
| XYZ | 3.5 | 3.3 | 3.82 | - |
| YUV | 51.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 53 | 0 | 0.19 | 0.10 | 0.77 | 332.73 | 0.1 | 0.21 |
| Hex | 3B | 30 | 35 | 0 | 13 | A | 4D | 14D | A | 15 |
| Octal | 73 | 60 | 65 | 0 | 23 | 12 | 115 | 515 | 12 | 25 |
| Binary | 111011 | 110000 | 110101 | 0 | 10011 | 1010 | 1001101 | 101001101 | 1010 | 10101 |
Color Harmonies of #3B3035
Complementary color
Monochromatic Colors of #3B3035
Black with #3B3035
Text Example
Text Example
White with #3B3035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3035; }
p { color: rgb(59,48,53); }
H1.HeaderClassName
{
color: #3B3035;
}
.AnyTagClassName
{
color: #3B3035;
}
</style>
background-color css
<style>
a { background-color: #3B3035; }
a { background-color: rgb(59,48,53); }
div.DivClassName
{
background-color: #3B3035;
}
.BgClassName
{
background-color: #3B3035;
}
</style>
border-color css
<style>
span { border-color: #3B3035; }
span { border-color: rgb(59,48,53); }
td.TdClassName
{
border-color: #3B3035;
}
.TagClassName
{
border-color: #3B3035;
}
</style>