Shades of Barossa #3B3336
Tints of Barossa #3B3336
RGB
CMYK
RGB Variations
Color information
#3B3336 (or 0x3B3336) is known color: Barossa. HEX triplet: 3B, 33 and 36. RGB value is (59,51,54). Sum of RGB (Red+Green+Blue) = 59+51+54=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3336 is #C4CCC9. Grayscale: #353535. Windows color (decimal): -12897482 or 3552059. OLE color: 3552059.
HSL color Cylindrical-coordinate representation of color #3B3336: hue angle of 337.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3B3336 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 51 | 54 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.77 |
| HSL | 337.5º | 0.07% | 0.22% | - |
| HSV(B) | 337.5º | 0.14% | 0.23% | - |
| XYZ | 3.65 | 3.56 | 3.99 | - |
| YUV | 53.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 54 | 0 | 0.14 | 0.08 | 0.77 | 337.5 | 0.07 | 0.22 |
| Hex | 3B | 33 | 36 | 0 | E | 8 | 4D | 152 | 7 | 16 |
| Octal | 73 | 63 | 66 | 0 | 16 | 10 | 115 | 522 | 7 | 26 |
| Binary | 111011 | 110011 | 110110 | 0 | 1110 | 1000 | 1001101 | 101010010 | 111 | 10110 |
Color Harmonies of #3B3336
Complementary color
Monochromatic Colors of #3B3336
Black with #3B3336
Text Example
Text Example
White with #3B3336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3336; }
p { color: rgb(59,51,54); }
H1.HeaderClassName
{
color: #3B3336;
}
.AnyTagClassName
{
color: #3B3336;
}
</style>
background-color css
<style>
a { background-color: #3B3336; }
a { background-color: rgb(59,51,54); }
div.DivClassName
{
background-color: #3B3336;
}
.BgClassName
{
background-color: #3B3336;
}
</style>
border-color css
<style>
span { border-color: #3B3336; }
span { border-color: rgb(59,51,54); }
td.TdClassName
{
border-color: #3B3336;
}
.TagClassName
{
border-color: #3B3336;
}
</style>