#38381E

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

Shades of El Paso #38381E

Tints of El Paso #38381E

Color information

#38381E (or 0x38381E) is unknown color: approx El Paso. HEX triplet: 38, 38 and 1E. RGB value is (56,56,30). Sum of RGB (Red+Green+Blue) = 56+56+30=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 56 - color contains mainly: red, green. Hex color #38381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38381E is #C7C7E1. Grayscale: #353535. Windows color (decimal): -13092834 or 1980472. OLE color: 1980472.

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

Color convert

RGB565630-
CMYK000.460.78
HSL60º30.23%16.86%-
HSV(B)60º46.43%21.96%-
XYZ3.283.761.78-
YUV53.04115130.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.44%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=39.44%
G=39.44%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565630000.460.786030.2316.86
Hex38381E002E4E3c1e11
Octal7070360056116743621
Binary111000111000111100010111010011101111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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