Shades of Corduroy #3F4342
Tints of Corduroy #3F4342
RGB
CMYK
RGB Variations
Color information
#3F4342 (or 0x3F4342) is known color: Corduroy. HEX triplet: 3F, 43 and 42. RGB value is (63,67,66). Sum of RGB (Red+Green+Blue) = 63+67+66=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4342 is #C0BCBD. Grayscale: #414141. Windows color (decimal): -12631230 or 4342591. OLE color: 4342591.
HSL color Cylindrical-coordinate representation of color #3F4342: hue angle of 165º 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 #3F4342 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 67 | 66 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.74 |
| HSL | 165º | 0.03% | 0.25% | - |
| HSV(B) | 165º | 0.06% | 0.26% | - |
| XYZ | 5.04 | 5.46 | 5.94 | - |
| YUV | 65.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 66 | 0.06 | 0 | 0.01 | 0.74 | 165 | 0.03 | 0.25 |
| Hex | 3F | 43 | 42 | 6 | 0 | 1 | 4A | A5 | 3 | 19 |
| Octal | 77 | 103 | 102 | 6 | 0 | 1 | 112 | 245 | 3 | 31 |
| Binary | 111111 | 1000011 | 1000010 | 110 | 0 | 1 | 1001010 | 10100101 | 11 | 11001 |
Color Harmonies of #3F4342
Complementary color
Monochromatic Colors of #3F4342
Black with #3F4342
Text Example
Text Example
White with #3F4342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4342; }
p { color: rgb(63,67,66); }
H1.HeaderClassName
{
color: #3F4342;
}
.AnyTagClassName
{
color: #3F4342;
}
</style>
background-color css
<style>
a { background-color: #3F4342; }
a { background-color: rgb(63,67,66); }
div.DivClassName
{
background-color: #3F4342;
}
.BgClassName
{
background-color: #3F4342;
}
</style>
border-color css
<style>
span { border-color: #3F4342; }
span { border-color: rgb(63,67,66); }
td.TdClassName
{
border-color: #3F4342;
}
.TagClassName
{
border-color: #3F4342;
}
</style>