#38382F

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

Shades of El Paso #38382F

Tints of El Paso #38382F

Color information

#38382F (or 0x38382F) is unknown color: approx El Paso. HEX triplet: 38, 38 and 2F. RGB value is (56,56,47). Sum of RGB (Red+Green+Blue) = 56+56+47=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 56 - color contains mainly: red, green. Hex color #38382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38382F is #C7C7D0. Grayscale: #373737. Windows color (decimal): -13092817 or 3094584. OLE color: 3094584.

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

Color convert

RGB565647-
CMYK000.160.78
HSL60º8.74%20.2%-
HSV(B)60º16.07%21.96%-
XYZ3.563.873.25-
YUV54.97123.5128.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=35.22%
G=35.22%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565647000.160.78608.7420.2
Hex38382F00104E3c914
Octal7070570020116741124
Binary11100011100010111100100001001110111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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