Shades of Corduroy #3F5751
Tints of Corduroy #3F5751
RGB
CMYK
RGB Variations
Color information
#3F5751 (or 0x3F5751) is known color: Corduroy. HEX triplet: 3F, 57 and 51. RGB value is (63,87,81). Sum of RGB (Red+Green+Blue) = 63+87+81=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 87 - color contains mainly: green. Hex color #3F5751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5751 is #C0A8AE. Grayscale: #4F4F4F. Windows color (decimal): -12626095 or 5330751. OLE color: 5330751.
HSL color Cylindrical-coordinate representation of color #3F5751: hue angle of 165º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F5751 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 87 | 81 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.66 |
| HSL | 165º | 0.16% | 0.29% | - |
| HSV(B) | 165º | 0.28% | 0.34% | - |
| XYZ | 6.94 | 8.47 | 9.05 | - |
| YUV | 79.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 81 | 0.28 | 0 | 0.07 | 0.66 | 165 | 0.16 | 0.29 |
| Hex | 3F | 57 | 51 | 1C | 0 | 7 | 42 | A5 | 10 | 1D |
| Octal | 77 | 127 | 121 | 34 | 0 | 7 | 102 | 245 | 20 | 35 |
| Binary | 111111 | 1010111 | 1010001 | 11100 | 0 | 111 | 1000010 | 10100101 | 10000 | 11101 |
Color Harmonies of #3F5751
Complementary color
Monochromatic Colors of #3F5751
Black with #3F5751
Text Example
Text Example
White with #3F5751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5751; }
p { color: rgb(63,87,81); }
H1.HeaderClassName
{
color: #3F5751;
}
.AnyTagClassName
{
color: #3F5751;
}
</style>
background-color css
<style>
a { background-color: #3F5751; }
a { background-color: rgb(63,87,81); }
div.DivClassName
{
background-color: #3F5751;
}
.BgClassName
{
background-color: #3F5751;
}
</style>
border-color css
<style>
span { border-color: #3F5751; }
span { border-color: rgb(63,87,81); }
td.TdClassName
{
border-color: #3F5751;
}
.TagClassName
{
border-color: #3F5751;
}
</style>