Shades of Corduroy #3B413F
Tints of Corduroy #3B413F
RGB
CMYK
RGB Variations
Color information
#3B413F (or 0x3B413F) is known color: Corduroy. HEX triplet: 3B, 41 and 3F. RGB value is (59,65,63). Sum of RGB (Red+Green+Blue) = 59+65+63=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 65 - color contains mainly: green. Hex color #3B413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B413F is #C4BEC0. Grayscale: #3E3E3E. Windows color (decimal): -12893889 or 4145467. OLE color: 4145467.
HSL color Cylindrical-coordinate representation of color #3B413F: hue angle of 160º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3B413F is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 65 | 63 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.75 |
| HSL | 160º | 0.05% | 0.24% | - |
| HSV(B) | 160º | 0.09% | 0.25% | - |
| XYZ | 4.59 | 5.07 | 5.44 | - |
| YUV | 62.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 63 | 0.09 | 0 | 0.03 | 0.75 | 160 | 0.05 | 0.24 |
| Hex | 3B | 41 | 3F | 9 | 0 | 3 | 4B | A0 | 5 | 18 |
| Octal | 73 | 101 | 77 | 11 | 0 | 3 | 113 | 240 | 5 | 30 |
| Binary | 111011 | 1000001 | 111111 | 1001 | 0 | 11 | 1001011 | 10100000 | 101 | 11000 |
Color Harmonies of #3B413F
Complementary color
Monochromatic Colors of #3B413F
Black with #3B413F
Text Example
Text Example
White with #3B413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B413F; }
p { color: rgb(59,65,63); }
H1.HeaderClassName
{
color: #3B413F;
}
.AnyTagClassName
{
color: #3B413F;
}
</style>
background-color css
<style>
a { background-color: #3B413F; }
a { background-color: rgb(59,65,63); }
div.DivClassName
{
background-color: #3B413F;
}
.BgClassName
{
background-color: #3B413F;
}
</style>
border-color css
<style>
span { border-color: #3B413F; }
span { border-color: rgb(59,65,63); }
td.TdClassName
{
border-color: #3B413F;
}
.TagClassName
{
border-color: #3B413F;
}
</style>