Shades of Barossa #3C3639
Tints of Barossa #3C3639
RGB
CMYK
RGB Variations
Color information
#3C3639 (or 0x3C3639) is known color: Barossa. HEX triplet: 3C, 36 and 39. RGB value is (60,54,57). Sum of RGB (Red+Green+Blue) = 60+54+57=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3639 is #C3C9C6. Grayscale: #383838. Windows color (decimal): -12831175 or 3749436. OLE color: 3749436.
HSL color Cylindrical-coordinate representation of color #3C3639: hue angle of 330º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3C3639 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 54 | 57 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.76 |
| HSL | 330º | 0.05% | 0.22% | - |
| HSV(B) | 330º | 0.1% | 0.24% | - |
| XYZ | 3.92 | 3.89 | 4.42 | - |
| YUV | 56.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 57 | 0 | 0.10 | 0.05 | 0.76 | 330 | 0.05 | 0.22 |
| Hex | 3C | 36 | 39 | 0 | A | 5 | 4C | 14A | 5 | 16 |
| Octal | 74 | 66 | 71 | 0 | 12 | 5 | 114 | 512 | 5 | 26 |
| Binary | 111100 | 110110 | 111001 | 0 | 1010 | 101 | 1001100 | 101001010 | 101 | 10110 |
Color Harmonies of #3C3639
Complementary color
Monochromatic Colors of #3C3639
Black with #3C3639
Text Example
Text Example
White with #3C3639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3639; }
p { color: rgb(60,54,57); }
H1.HeaderClassName
{
color: #3C3639;
}
.AnyTagClassName
{
color: #3C3639;
}
</style>
background-color css
<style>
a { background-color: #3C3639; }
a { background-color: rgb(60,54,57); }
div.DivClassName
{
background-color: #3C3639;
}
.BgClassName
{
background-color: #3C3639;
}
</style>
border-color css
<style>
span { border-color: #3C3639; }
span { border-color: rgb(60,54,57); }
td.TdClassName
{
border-color: #3C3639;
}
.TagClassName
{
border-color: #3C3639;
}
</style>