Shades of Corduroy #3B4441
Tints of Corduroy #3B4441
RGB
CMYK
RGB Variations
Color information
#3B4441 (or 0x3B4441) is known color: Corduroy. HEX triplet: 3B, 44 and 41. RGB value is (59,68,65). Sum of RGB (Red+Green+Blue) = 59+68+65=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 68 - color contains mainly: green. Hex color #3B4441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4441 is #C4BBBE. Grayscale: #404040. Windows color (decimal): -12893119 or 4277307. OLE color: 4277307.
HSL color Cylindrical-coordinate representation of color #3B4441: hue angle of 160º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3B4441 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 68 | 65 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.73 |
| HSL | 160º | 0.07% | 0.25% | - |
| HSV(B) | 160º | 0.13% | 0.27% | - |
| XYZ | 4.82 | 5.45 | 5.8 | - |
| YUV | 64.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 68 | 65 | 0.13 | 0 | 0.04 | 0.73 | 160 | 0.07 | 0.25 |
| Hex | 3B | 44 | 41 | D | 0 | 4 | 49 | A0 | 7 | 19 |
| Octal | 73 | 104 | 101 | 15 | 0 | 4 | 111 | 240 | 7 | 31 |
| Binary | 111011 | 1000100 | 1000001 | 1101 | 0 | 100 | 1001001 | 10100000 | 111 | 11001 |
Color Harmonies of #3B4441
Complementary color
Monochromatic Colors of #3B4441
Black with #3B4441
Text Example
Text Example
White with #3B4441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4441; }
p { color: rgb(59,68,65); }
H1.HeaderClassName
{
color: #3B4441;
}
.AnyTagClassName
{
color: #3B4441;
}
</style>
background-color css
<style>
a { background-color: #3B4441; }
a { background-color: rgb(59,68,65); }
div.DivClassName
{
background-color: #3B4441;
}
.BgClassName
{
background-color: #3B4441;
}
</style>
border-color css
<style>
span { border-color: #3B4441; }
span { border-color: rgb(59,68,65); }
td.TdClassName
{
border-color: #3B4441;
}
.TagClassName
{
border-color: #3B4441;
}
</style>