#385F1F

Color #385F1F Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #385F1F

Tints of Dell #385F1F

Color information

#385F1F (or 0x385F1F) is unknown color: approx Dell. HEX triplet: 38, 5F and 1F. RGB value is (56,95,31). Sum of RGB (Red+Green+Blue) = 56+95+31=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 95 (37.5% from 255 or 52.20% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 95 - color contains mainly: green. Hex color #385F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385F1F is #C7A0E0. Grayscale: #4C4C4C. Windows color (decimal): -13082849 or 2055992. OLE color: 2055992.

HSL color Cylindrical-coordinate representation of color #385F1F: hue angle of 96.56º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #385F1F is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB569531-
CMYK0.4100.670.63
HSL96.56º50.79%24.71%-
HSV(B)96.56º67.37%37.25%-
XYZ5.979.122.74-
YUV76.04102.58113.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 30.77%
GREEN value IS 95 (37.5% from 255) = 52.20%
BLUE value IS 31 (12.5% from 255) = 17.03%
R=30.77%
G=52.20%
B=17.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5695310.4100.670.6396.5650.7924.71
Hex385F1F290433F613319
Octal7013737510103771416331
Binary11100010111111111110100101000011111111110000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385F1F; }

 p { color: rgb(56,95,31); }

 H1.HeaderClassName
 {
   color: #385F1F;
 }
 .AnyTagClassName
 {
   color: #385F1F;
 }
</style>
background-color css

<style>
 a { background-color: #385F1F; }

 a { background-color: rgb(56,95,31); }

 div.DivClassName
 {
   background-color: #385F1F;
 }
 .BgClassName
 {
   background-color: #385F1F;
 }
</style>
border-color css

<style>
 span { border-color: #385F1F; }

 span { border-color: rgb(56,95,31); }

 td.TdClassName
 {
   border-color: #385F1F;
 }
 .TagClassName
 {
   border-color: #385F1F;
 }
</style>