Shades of Corduroy #3A403E
Tints of Corduroy #3A403E
RGB
CMYK
RGB Variations
Color information
#3A403E (or 0x3A403E) is known color: Corduroy. HEX triplet: 3A, 40 and 3E. RGB value is (58,64,62). Sum of RGB (Red+Green+Blue) = 58+64+62=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 64 - color contains mainly: green. Hex color #3A403E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A403E is #C5BFC1. Grayscale: #3D3D3D. Windows color (decimal): -12959682 or 4079674. OLE color: 4079674.
HSL color Cylindrical-coordinate representation of color #3A403E: hue angle of 160º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3A403E is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 64 | 62 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.75 |
| HSL | 160º | 0.05% | 0.24% | - |
| HSV(B) | 160º | 0.09% | 0.25% | - |
| XYZ | 4.45 | 4.91 | 5.27 | - |
| YUV | 61.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 62 | 0.09 | 0 | 0.03 | 0.75 | 160 | 0.05 | 0.24 |
| Hex | 3A | 40 | 3E | 9 | 0 | 3 | 4B | A0 | 5 | 18 |
| Octal | 72 | 100 | 76 | 11 | 0 | 3 | 113 | 240 | 5 | 30 |
| Binary | 111010 | 1000000 | 111110 | 1001 | 0 | 11 | 1001011 | 10100000 | 101 | 11000 |
Color Harmonies of #3A403E
Complementary color
Monochromatic Colors of #3A403E
Black with #3A403E
Text Example
Text Example
White with #3A403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A403E; }
p { color: rgb(58,64,62); }
H1.HeaderClassName
{
color: #3A403E;
}
.AnyTagClassName
{
color: #3A403E;
}
</style>
background-color css
<style>
a { background-color: #3A403E; }
a { background-color: rgb(58,64,62); }
div.DivClassName
{
background-color: #3A403E;
}
.BgClassName
{
background-color: #3A403E;
}
</style>
border-color css
<style>
span { border-color: #3A403E; }
span { border-color: rgb(58,64,62); }
td.TdClassName
{
border-color: #3A403E;
}
.TagClassName
{
border-color: #3A403E;
}
</style>