Shades of Dell #385F1B
Tints of Dell #385F1B
RGB
CMYK
RGB Variations
Color information
#385F1B (or 0x385F1B) is known color: Dell. HEX triplet: 38, 5F and 1B. RGB value is (56,95,27). Sum of RGB (Red+Green+Blue) = 56+95+27=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 95 (37.5% from 255 or 53.37% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 95 - color contains mainly: green. Hex color #385F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385F1B is #C7A0E4. Grayscale: #4B4B4B. Windows color (decimal): -13082853 or 1793848. OLE color: 1793848.
HSL color Cylindrical-coordinate representation of color #385F1B: hue angle of 94.41º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #385F1B is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 95 | 27 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.63 |
| HSL | 94.41º | 0.56% | 0.24% | - |
| HSV(B) | 94.41º | 0.72% | 0.37% | - |
| XYZ | 5.92 | 9.1 | 2.48 | - |
| YUV | 75.59 | 100.58 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 27 | 0.41 | 0 | 0.72 | 0.63 | 94.41 | 0.56 | 0.24 |
| Hex | 38 | 5F | 1B | 29 | 0 | 48 | 3F | 5E | 38 | 18 |
| Octal | 70 | 137 | 33 | 51 | 0 | 110 | 77 | 136 | 70 | 30 |
| Binary | 111000 | 1011111 | 11011 | 101001 | 0 | 1001000 | 111111 | 1011110 | 111000 | 11000 |
Color Harmonies of #385F1B
Complementary color
Monochromatic Colors of #385F1B
Black with #385F1B
Text Example
Text Example
White with #385F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F1B; }
p { color: rgb(56,95,27); }
H1.HeaderClassName
{
color: #385F1B;
}
.AnyTagClassName
{
color: #385F1B;
}
</style>
background-color css
<style>
a { background-color: #385F1B; }
a { background-color: rgb(56,95,27); }
div.DivClassName
{
background-color: #385F1B;
}
.BgClassName
{
background-color: #385F1B;
}
</style>
border-color css
<style>
span { border-color: #385F1B; }
span { border-color: rgb(56,95,27); }
td.TdClassName
{
border-color: #385F1B;
}
.TagClassName
{
border-color: #385F1B;
}
</style>