#38381F

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

Shades of El Paso #38381F

Tints of El Paso #38381F

Color information

#38381F (or 0x38381F) is unknown color: approx El Paso. HEX triplet: 38, 38 and 1F. RGB value is (56,56,31). Sum of RGB (Red+Green+Blue) = 56+56+31=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 56 - color contains mainly: red, green. Hex color #38381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38381F is #C7C7E0. Grayscale: #353535. Windows color (decimal): -13092833 or 2046008. OLE color: 2046008.

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

Color convert

RGB565631-
CMYK000.450.78
HSL60º28.74%17.06%-
HSV(B)60º44.64%21.96%-
XYZ3.293.771.85-
YUV53.15115.5130.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 56 (22.27% from 255) = 39.16%
BLUE value IS 31 (12.5% from 255) = 21.68%
R=39.16%
G=39.16%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565631000.450.786028.7417.06
Hex38381F002D4E3c1d11
Octal7070370055116743521
Binary111000111000111110010110110011101111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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