Shades of Scrub #3C3E31
Tints of Scrub #3C3E31
RGB
CMYK
RGB Variations
Color information
#3C3E31 (or 0x3C3E31) is known color: Scrub. HEX triplet: 3C, 3E and 31. RGB value is (60,62,49). Sum of RGB (Red+Green+Blue) = 60+62+49=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 62 - color contains mainly: green. Hex color #3C3E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3E31 is #C3C1CE. Grayscale: #3B3B3B. Windows color (decimal): -12829135 or 3227196. OLE color: 3227196.
HSL color Cylindrical-coordinate representation of color #3C3E31: hue angle of 69.23º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3C3E31 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 62 | 49 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.76 |
| HSL | 69.23º | 0.12% | 0.22% | - |
| HSV(B) | 69.23º | 0.21% | 0.24% | - |
| XYZ | 4.14 | 4.63 | 3.58 | - |
| YUV | 59.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 62 | 49 | 0.03 | 0 | 0.21 | 0.76 | 69.23 | 0.12 | 0.22 |
| Hex | 3C | 3E | 31 | 3 | 0 | 15 | 4C | 45 | C | 16 |
| Octal | 74 | 76 | 61 | 3 | 0 | 25 | 114 | 105 | 14 | 26 |
| Binary | 111100 | 111110 | 110001 | 11 | 0 | 10101 | 1001100 | 1000101 | 1100 | 10110 |
Color Harmonies of #3C3E31
Complementary color
Monochromatic Colors of #3C3E31
Black with #3C3E31
Text Example
Text Example
White with #3C3E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3E31; }
p { color: rgb(60,62,49); }
H1.HeaderClassName
{
color: #3C3E31;
}
.AnyTagClassName
{
color: #3C3E31;
}
</style>
background-color css
<style>
a { background-color: #3C3E31; }
a { background-color: rgb(60,62,49); }
div.DivClassName
{
background-color: #3C3E31;
}
.BgClassName
{
background-color: #3C3E31;
}
</style>
border-color css
<style>
span { border-color: #3C3E31; }
span { border-color: rgb(60,62,49); }
td.TdClassName
{
border-color: #3C3E31;
}
.TagClassName
{
border-color: #3C3E31;
}
</style>