Shades of Corduroy #3F4744
Tints of Corduroy #3F4744
RGB
CMYK
RGB Variations
Color information
#3F4744 (or 0x3F4744) is known color: Corduroy. HEX triplet: 3F, 47 and 44. RGB value is (63,71,68). Sum of RGB (Red+Green+Blue) = 63+71+68=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 71 - color contains mainly: green. Hex color #3F4744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4744 is #C0B8BB. Grayscale: #444444. Windows color (decimal): -12630204 or 4474687. OLE color: 4474687.
HSL color Cylindrical-coordinate representation of color #3F4744: hue angle of 157.5º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3F4744 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 71 | 68 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.72 |
| HSL | 157.5º | 0.06% | 0.26% | - |
| HSV(B) | 157.5º | 0.11% | 0.28% | - |
| XYZ | 5.35 | 5.98 | 6.34 | - |
| YUV | 68.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 68 | 0.11 | 0 | 0.04 | 0.72 | 157.5 | 0.06 | 0.26 |
| Hex | 3F | 47 | 44 | B | 0 | 4 | 48 | 9E | 6 | 1A |
| Octal | 77 | 107 | 104 | 13 | 0 | 4 | 110 | 236 | 6 | 32 |
| Binary | 111111 | 1000111 | 1000100 | 1011 | 0 | 100 | 1001000 | 10011110 | 110 | 11010 |
Color Harmonies of #3F4744
Complementary color
Monochromatic Colors of #3F4744
Black with #3F4744
Text Example
Text Example
White with #3F4744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4744; }
p { color: rgb(63,71,68); }
H1.HeaderClassName
{
color: #3F4744;
}
.AnyTagClassName
{
color: #3F4744;
}
</style>
background-color css
<style>
a { background-color: #3F4744; }
a { background-color: rgb(63,71,68); }
div.DivClassName
{
background-color: #3F4744;
}
.BgClassName
{
background-color: #3F4744;
}
</style>
border-color css
<style>
span { border-color: #3F4744; }
span { border-color: rgb(63,71,68); }
td.TdClassName
{
border-color: #3F4744;
}
.TagClassName
{
border-color: #3F4744;
}
</style>