Shades of Dell #385A1F
Tints of Dell #385A1F
RGB
CMYK
RGB Variations
Color information
#385A1F (or 0x385A1F) is known color: Dell. HEX triplet: 38, 5A and 1F. RGB value is (56,90,31). Sum of RGB (Red+Green+Blue) = 56+90+31=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #385A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A1F is #C7A5E0. Grayscale: #494949. Windows color (decimal): -13084129 or 2054712. OLE color: 2054712.
HSL color Cylindrical-coordinate representation of color #385A1F: hue angle of 94.58º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #385A1F is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 90 | 31 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.65 |
| HSL | 94.58º | 0.49% | 0.24% | - |
| HSV(B) | 94.58º | 0.66% | 0.35% | - |
| XYZ | 5.53 | 8.25 | 2.6 | - |
| YUV | 73.11 | 104.24 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 31 | 0.38 | 0 | 0.66 | 0.65 | 94.58 | 0.49 | 0.24 |
| Hex | 38 | 5A | 1F | 26 | 0 | 42 | 41 | 5F | 31 | 18 |
| Octal | 70 | 132 | 37 | 46 | 0 | 102 | 101 | 137 | 61 | 30 |
| Binary | 111000 | 1011010 | 11111 | 100110 | 0 | 1000010 | 1000001 | 1011111 | 110001 | 11000 |
Color Harmonies of #385A1F
Complementary color
Monochromatic Colors of #385A1F
Black with #385A1F
Text Example
Text Example
White with #385A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A1F; }
p { color: rgb(56,90,31); }
H1.HeaderClassName
{
color: #385A1F;
}
.AnyTagClassName
{
color: #385A1F;
}
</style>
background-color css
<style>
a { background-color: #385A1F; }
a { background-color: rgb(56,90,31); }
div.DivClassName
{
background-color: #385A1F;
}
.BgClassName
{
background-color: #385A1F;
}
</style>
border-color css
<style>
span { border-color: #385A1F; }
span { border-color: rgb(56,90,31); }
td.TdClassName
{
border-color: #385A1F;
}
.TagClassName
{
border-color: #385A1F;
}
</style>