#38381C

Color #38381C El Paso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of El Paso #38381C

Tints of El Paso #38381C

Color information

#38381C (or 0x38381C) is unknown color: approx El Paso. HEX triplet: 38, 38 and 1C. RGB value is (56,56,28). Sum of RGB (Red+Green+Blue) = 56+56+28=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 56 - color contains mainly: red, green. Hex color #38381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38381C is #C7C7E3. Grayscale: #343434. Windows color (decimal): -13092836 or 1849400. OLE color: 1849400.

HSL color Cylindrical-coordinate representation of color #38381C: hue angle of 60º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38381C is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB565628-
CMYK000.500.78
HSL60º33.33%16.47%-
HSV(B)60º50%21.96%-
XYZ3.253.751.65-
YUV52.81114130.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40%
GREEN value IS 56 (22.27% from 255) = 40%
BLUE value IS 28 (11.33% from 255) = 20%
R=40%
G=40%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565628000.500.786033.3316.47
Hex38381C00324E3c2110
Octal7070340062116744120
Binary1110001110001110000110010100111011110010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38381C; }

 p { color: rgb(56,56,28); }

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

<style>
 a { background-color: #38381C; }

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

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

<style>
 span { border-color: #38381C; }

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

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