Shades of Barossa #3C3437
Tints of Barossa #3C3437
RGB
CMYK
RGB Variations
Color information
#3C3437 (or 0x3C3437) is known color: Barossa. HEX triplet: 3C, 34 and 37. RGB value is (60,52,55). Sum of RGB (Red+Green+Blue) = 60+52+55=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3437 is #C3CBC8. Grayscale: #363636. Windows color (decimal): -12831689 or 3617852. OLE color: 3617852.
HSL color Cylindrical-coordinate representation of color #3C3437: hue angle of 337.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3C3437 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 52 | 55 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.76 |
| HSL | 337.5º | 0.07% | 0.22% | - |
| HSV(B) | 337.5º | 0.13% | 0.24% | - |
| XYZ | 3.78 | 3.69 | 4.13 | - |
| YUV | 54.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 55 | 0 | 0.13 | 0.08 | 0.76 | 337.5 | 0.07 | 0.22 |
| Hex | 3C | 34 | 37 | 0 | D | 8 | 4C | 152 | 7 | 16 |
| Octal | 74 | 64 | 67 | 0 | 15 | 10 | 114 | 522 | 7 | 26 |
| Binary | 111100 | 110100 | 110111 | 0 | 1101 | 1000 | 1001100 | 101010010 | 111 | 10110 |
Color Harmonies of #3C3437
Complementary color
Monochromatic Colors of #3C3437
Black with #3C3437
Text Example
Text Example
White with #3C3437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3437; }
p { color: rgb(60,52,55); }
H1.HeaderClassName
{
color: #3C3437;
}
.AnyTagClassName
{
color: #3C3437;
}
</style>
background-color css
<style>
a { background-color: #3C3437; }
a { background-color: rgb(60,52,55); }
div.DivClassName
{
background-color: #3C3437;
}
.BgClassName
{
background-color: #3C3437;
}
</style>
border-color css
<style>
span { border-color: #3C3437; }
span { border-color: rgb(60,52,55); }
td.TdClassName
{
border-color: #3C3437;
}
.TagClassName
{
border-color: #3C3437;
}
</style>