#38382D

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

Shades of El Paso #38382D

Tints of El Paso #38382D

Color information

#38382D (or 0x38382D) is unknown color: approx El Paso. HEX triplet: 38, 38 and 2D. RGB value is (56,56,45). Sum of RGB (Red+Green+Blue) = 56+56+45=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 56 - color contains mainly: red, green. Hex color #38382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38382D is #C7C7D2. Grayscale: #363636. Windows color (decimal): -13092819 or 2963512. OLE color: 2963512.

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

Color convert

RGB565645-
CMYK000.200.78
HSL60º10.89%19.8%-
HSV(B)60º19.64%21.96%-
XYZ3.523.863.04-
YUV54.75122.5128.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=35.67%
G=35.67%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565645000.200.786010.8919.8
Hex38382D00144E3cb14
Octal7070550024116741324
Binary11100011100010110100101001001110111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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