Shades of Corduroy #384B43
Tints of Corduroy #384B43
RGB
CMYK
RGB Variations
Color information
#384B43 (or 0x384B43) is known color: Corduroy. HEX triplet: 38, 4B and 43. RGB value is (56,75,67). Sum of RGB (Red+Green+Blue) = 56+75+67=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 75 - color contains mainly: green. Hex color #384B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B43 is #C7B4BC. Grayscale: #444444. Windows color (decimal): -13087933 or 4410168. OLE color: 4410168.
HSL color Cylindrical-coordinate representation of color #384B43: hue angle of 154.74º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #384B43 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 67 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.71 |
| HSL | 154.74º | 0.15% | 0.26% | - |
| HSV(B) | 154.74º | 0.25% | 0.29% | - |
| XYZ | 5.16 | 6.28 | 6.25 | - |
| YUV | 68.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 67 | 0.25 | 0 | 0.11 | 0.71 | 154.74 | 0.15 | 0.26 |
| Hex | 38 | 4B | 43 | 19 | 0 | B | 47 | 9B | F | 1A |
| Octal | 70 | 113 | 103 | 31 | 0 | 13 | 107 | 233 | 17 | 32 |
| Binary | 111000 | 1001011 | 1000011 | 11001 | 0 | 1011 | 1000111 | 10011011 | 1111 | 11010 |
Color Harmonies of #384B43
Complementary color
Monochromatic Colors of #384B43
Black with #384B43
Text Example
Text Example
White with #384B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B43; }
p { color: rgb(56,75,67); }
H1.HeaderClassName
{
color: #384B43;
}
.AnyTagClassName
{
color: #384B43;
}
</style>
background-color css
<style>
a { background-color: #384B43; }
a { background-color: rgb(56,75,67); }
div.DivClassName
{
background-color: #384B43;
}
.BgClassName
{
background-color: #384B43;
}
</style>
border-color css
<style>
span { border-color: #384B43; }
span { border-color: rgb(56,75,67); }
td.TdClassName
{
border-color: #384B43;
}
.TagClassName
{
border-color: #384B43;
}
</style>