Shades of Corduroy #3F4341
Tints of Corduroy #3F4341
RGB
CMYK
RGB Variations
Color information
#3F4341 (or 0x3F4341) is known color: Corduroy. HEX triplet: 3F, 43 and 41. RGB value is (63,67,65). Sum of RGB (Red+Green+Blue) = 63+67+65=195 (25% of max value = 765). Red value is 63 (25% from 255 or 32.31% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4341 is #C0BCBE. Grayscale: #414141. Windows color (decimal): -12631231 or 4277055. OLE color: 4277055.
HSL color Cylindrical-coordinate representation of color #3F4341: hue angle of 150º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #3F4341 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 67 | 65 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.74 |
| HSL | 150º | 0.03% | 0.25% | - |
| HSV(B) | 150º | 0.06% | 0.26% | - |
| XYZ | 5.01 | 5.45 | 5.79 | - |
| YUV | 65.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 65 | 0.06 | 0 | 0.03 | 0.74 | 150 | 0.03 | 0.25 |
| Hex | 3F | 43 | 41 | 6 | 0 | 3 | 4A | 96 | 3 | 19 |
| Octal | 77 | 103 | 101 | 6 | 0 | 3 | 112 | 226 | 3 | 31 |
| Binary | 111111 | 1000011 | 1000001 | 110 | 0 | 11 | 1001010 | 10010110 | 11 | 11001 |
Color Harmonies of #3F4341
Complementary color
Monochromatic Colors of #3F4341
Black with #3F4341
Text Example
Text Example
White with #3F4341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4341; }
p { color: rgb(63,67,65); }
H1.HeaderClassName
{
color: #3F4341;
}
.AnyTagClassName
{
color: #3F4341;
}
</style>
background-color css
<style>
a { background-color: #3F4341; }
a { background-color: rgb(63,67,65); }
div.DivClassName
{
background-color: #3F4341;
}
.BgClassName
{
background-color: #3F4341;
}
</style>
border-color css
<style>
span { border-color: #3F4341; }
span { border-color: rgb(63,67,65); }
td.TdClassName
{
border-color: #3F4341;
}
.TagClassName
{
border-color: #3F4341;
}
</style>