Shades of Barossa #3C3336
Tints of Barossa #3C3336
RGB
CMYK
RGB Variations
Color information
#3C3336 (or 0x3C3336) is known color: Barossa. HEX triplet: 3C, 33 and 36. RGB value is (60,51,54). Sum of RGB (Red+Green+Blue) = 60+51+54=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3336 is #C3CCC9. Grayscale: #363636. Windows color (decimal): -12831946 or 3552060. OLE color: 3552060.
HSL color Cylindrical-coordinate representation of color #3C3336: hue angle of 340º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3C3336 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 51 | 54 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.76 |
| HSL | 340º | 0.08% | 0.22% | - |
| HSV(B) | 340º | 0.15% | 0.24% | - |
| XYZ | 3.71 | 3.59 | 3.99 | - |
| YUV | 54.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 54 | 0 | 0.15 | 0.10 | 0.76 | 340 | 0.08 | 0.22 |
| Hex | 3C | 33 | 36 | 0 | F | A | 4C | 154 | 8 | 16 |
| Octal | 74 | 63 | 66 | 0 | 17 | 12 | 114 | 524 | 10 | 26 |
| Binary | 111100 | 110011 | 110110 | 0 | 1111 | 1010 | 1001100 | 101010100 | 1000 | 10110 |
Color Harmonies of #3C3336
Complementary color
Monochromatic Colors of #3C3336
Black with #3C3336
Text Example
Text Example
White with #3C3336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3336; }
p { color: rgb(60,51,54); }
H1.HeaderClassName
{
color: #3C3336;
}
.AnyTagClassName
{
color: #3C3336;
}
</style>
background-color css
<style>
a { background-color: #3C3336; }
a { background-color: rgb(60,51,54); }
div.DivClassName
{
background-color: #3C3336;
}
.BgClassName
{
background-color: #3C3336;
}
</style>
border-color css
<style>
span { border-color: #3C3336; }
span { border-color: rgb(60,51,54); }
td.TdClassName
{
border-color: #3C3336;
}
.TagClassName
{
border-color: #3C3336;
}
</style>