#383925

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

Shades of El Paso #383925

Tints of El Paso #383925

Color information

#383925 (or 0x383925) is unknown color: approx El Paso. HEX triplet: 38, 39 and 25. RGB value is (56,57,37). Sum of RGB (Red+Green+Blue) = 56+57+37=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 57 - color contains mainly: green. Hex color #383925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383925 is #C7C6DA. Grayscale: #363636. Windows color (decimal): -13092571 or 2439480. OLE color: 2439480.

HSL color Cylindrical-coordinate representation of color #383925: hue angle of 63º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #383925 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB565737-
CMYK0.0200.350.78
HSL63º21.28%18.43%-
HSV(B)63º35.09%22.35%-
XYZ3.433.92.32-
YUV54.42118.17129.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.33%
GREEN value IS 57 (22.66% from 255) = 38%
BLUE value IS 37 (14.84% from 255) = 24.67%
R=37.33%
G=38%
B=24.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5657370.0200.350.786321.2818.43
Hex38392520234E3f1512
Octal7071452043116772522
Binary11100011100110010110010001110011101111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383925; }

 p { color: rgb(56,57,37); }

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

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

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

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

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

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

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