Shades of Corduroy #3F4F4B
Tints of Corduroy #3F4F4B
RGB
CMYK
RGB Variations
Color information
#3F4F4B (or 0x3F4F4B) is known color: Corduroy. HEX triplet: 3F, 4F and 4B. RGB value is (63,79,75). Sum of RGB (Red+Green+Blue) = 63+79+75=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F4B is #C0B0B4. Grayscale: #494949. Windows color (decimal): -12628149 or 4935487. OLE color: 4935487.
HSL color Cylindrical-coordinate representation of color #3F4F4B: hue angle of 165º 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 #3F4F4B is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 79 | 75 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.69 |
| HSL | 165º | 0.11% | 0.28% | - |
| HSV(B) | 165º | 0.2% | 0.31% | - |
| XYZ | 6.12 | 7.16 | 7.72 | - |
| YUV | 73.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 75 | 0.20 | 0 | 0.05 | 0.69 | 165 | 0.11 | 0.28 |
| Hex | 3F | 4F | 4B | 14 | 0 | 5 | 45 | A5 | B | 1C |
| Octal | 77 | 117 | 113 | 24 | 0 | 5 | 105 | 245 | 13 | 34 |
| Binary | 111111 | 1001111 | 1001011 | 10100 | 0 | 101 | 1000101 | 10100101 | 1011 | 11100 |
Color Harmonies of #3F4F4B
Complementary color
Monochromatic Colors of #3F4F4B
Black with #3F4F4B
Text Example
Text Example
White with #3F4F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F4B; }
p { color: rgb(63,79,75); }
H1.HeaderClassName
{
color: #3F4F4B;
}
.AnyTagClassName
{
color: #3F4F4B;
}
</style>
background-color css
<style>
a { background-color: #3F4F4B; }
a { background-color: rgb(63,79,75); }
div.DivClassName
{
background-color: #3F4F4B;
}
.BgClassName
{
background-color: #3F4F4B;
}
</style>
border-color css
<style>
span { border-color: #3F4F4B; }
span { border-color: rgb(63,79,75); }
td.TdClassName
{
border-color: #3F4F4B;
}
.TagClassName
{
border-color: #3F4F4B;
}
</style>