Shades of Dell #385D1D
Tints of Dell #385D1D
RGB
CMYK
RGB Variations
Color information
#385D1D (or 0x385D1D) is known color: Dell. HEX triplet: 38, 5D and 1D. RGB value is (56,93,29). Sum of RGB (Red+Green+Blue) = 56+93+29=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 93 (36.72% from 255 or 52.25% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 93 - color contains mainly: green. Hex color #385D1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D1D is #C7A2E2. Grayscale: #4A4A4A. Windows color (decimal): -13083363 or 1924408. OLE color: 1924408.
HSL color Cylindrical-coordinate representation of color #385D1D: hue angle of 94.69º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #385D1D is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 93 | 29 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.64 |
| HSL | 94.69º | 0.52% | 0.24% | - |
| HSV(B) | 94.69º | 0.69% | 0.36% | - |
| XYZ | 5.77 | 8.76 | 2.55 | - |
| YUV | 74.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 29 | 0.40 | 0 | 0.69 | 0.64 | 94.69 | 0.52 | 0.24 |
| Hex | 38 | 5D | 1D | 28 | 0 | 45 | 40 | 5F | 34 | 18 |
| Octal | 70 | 135 | 35 | 50 | 0 | 105 | 100 | 137 | 64 | 30 |
| Binary | 111000 | 1011101 | 11101 | 101000 | 0 | 1000101 | 1000000 | 1011111 | 110100 | 11000 |
Color Harmonies of #385D1D
Complementary color
Monochromatic Colors of #385D1D
Black with #385D1D
Text Example
Text Example
White with #385D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385D1D; }
p { color: rgb(56,93,29); }
H1.HeaderClassName
{
color: #385D1D;
}
.AnyTagClassName
{
color: #385D1D;
}
</style>
background-color css
<style>
a { background-color: #385D1D; }
a { background-color: rgb(56,93,29); }
div.DivClassName
{
background-color: #385D1D;
}
.BgClassName
{
background-color: #385D1D;
}
</style>
border-color css
<style>
span { border-color: #385D1D; }
span { border-color: rgb(56,93,29); }
td.TdClassName
{
border-color: #385D1D;
}
.TagClassName
{
border-color: #385D1D;
}
</style>