Shades of Corduroy #3F4F4A
Tints of Corduroy #3F4F4A
RGB
CMYK
RGB Variations
Color information
#3F4F4A (or 0x3F4F4A) is known color: Corduroy. HEX triplet: 3F, 4F and 4A. RGB value is (63,79,74). Sum of RGB (Red+Green+Blue) = 63+79+74=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F4A is #C0B0B5. Grayscale: #494949. Windows color (decimal): -12628150 or 4869951. OLE color: 4869951.
HSL color Cylindrical-coordinate representation of color #3F4F4A: hue angle of 161.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F4F4A is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 79 | 74 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.69 |
| HSL | 161.25º | 0.11% | 0.28% | - |
| HSV(B) | 161.25º | 0.2% | 0.31% | - |
| XYZ | 6.08 | 7.14 | 7.54 | - |
| YUV | 73.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 74 | 0.20 | 0 | 0.06 | 0.69 | 161.25 | 0.11 | 0.28 |
| Hex | 3F | 4F | 4A | 14 | 0 | 6 | 45 | A1 | B | 1C |
| Octal | 77 | 117 | 112 | 24 | 0 | 6 | 105 | 241 | 13 | 34 |
| Binary | 111111 | 1001111 | 1001010 | 10100 | 0 | 110 | 1000101 | 10100001 | 1011 | 11100 |
Color Harmonies of #3F4F4A
Complementary color
Monochromatic Colors of #3F4F4A
Black with #3F4F4A
Text Example
Text Example
White with #3F4F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F4A; }
p { color: rgb(63,79,74); }
H1.HeaderClassName
{
color: #3F4F4A;
}
.AnyTagClassName
{
color: #3F4F4A;
}
</style>
background-color css
<style>
a { background-color: #3F4F4A; }
a { background-color: rgb(63,79,74); }
div.DivClassName
{
background-color: #3F4F4A;
}
.BgClassName
{
background-color: #3F4F4A;
}
</style>
border-color css
<style>
span { border-color: #3F4F4A; }
span { border-color: rgb(63,79,74); }
td.TdClassName
{
border-color: #3F4F4A;
}
.TagClassName
{
border-color: #3F4F4A;
}
</style>