Shades of Barossa #3C2F35
Tints of Barossa #3C2F35
RGB
CMYK
RGB Variations
Color information
#3C2F35 (or 0x3C2F35) is known color: Barossa. HEX triplet: 3C, 2F and 35. RGB value is (60,47,53). Sum of RGB (Red+Green+Blue) = 60+47+53=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2F35 is #C3D0CA. Grayscale: #333333. Windows color (decimal): -12832971 or 3485500. OLE color: 3485500.
HSL color Cylindrical-coordinate representation of color #3C2F35: hue angle of 332.31º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3C2F35 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 47 | 53 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.76 |
| HSL | 332.31º | 0.12% | 0.21% | - |
| HSV(B) | 332.31º | 0.22% | 0.24% | - |
| XYZ | 3.52 | 3.25 | 3.81 | - |
| YUV | 51.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 47 | 53 | 0 | 0.22 | 0.12 | 0.76 | 332.31 | 0.12 | 0.21 |
| Hex | 3C | 2F | 35 | 0 | 16 | C | 4C | 14C | C | 15 |
| Octal | 74 | 57 | 65 | 0 | 26 | 14 | 114 | 514 | 14 | 25 |
| Binary | 111100 | 101111 | 110101 | 0 | 10110 | 1100 | 1001100 | 101001100 | 1100 | 10101 |
Color Harmonies of #3C2F35
Complementary color
Monochromatic Colors of #3C2F35
Black with #3C2F35
Text Example
Text Example
White with #3C2F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2F35; }
p { color: rgb(60,47,53); }
H1.HeaderClassName
{
color: #3C2F35;
}
.AnyTagClassName
{
color: #3C2F35;
}
</style>
background-color css
<style>
a { background-color: #3C2F35; }
a { background-color: rgb(60,47,53); }
div.DivClassName
{
background-color: #3C2F35;
}
.BgClassName
{
background-color: #3C2F35;
}
</style>
border-color css
<style>
span { border-color: #3C2F35; }
span { border-color: rgb(60,47,53); }
td.TdClassName
{
border-color: #3C2F35;
}
.TagClassName
{
border-color: #3C2F35;
}
</style>