#383930

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

Shades of El Paso #383930

Tints of El Paso #383930

Color information

#383930 (or 0x383930) is unknown color: approx El Paso. HEX triplet: 38, 39 and 30. RGB value is (56,57,48). Sum of RGB (Red+Green+Blue) = 56+57+48=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 57 - color contains mainly: green. Hex color #383930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383930 is #C7C6CF. Grayscale: #373737. Windows color (decimal): -13092560 or 3160376. OLE color: 3160376.

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

Color convert

RGB565748-
CMYK0.0200.160.78
HSL66.67º8.57%20.59%-
HSV(B)66.67º15.79%22.35%-
XYZ3.633.983.37-
YUV55.68123.67128.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 57 (22.66% from 255) = 35.40%
BLUE value IS 48 (19.14% from 255) = 29.81%
R=34.78%
G=35.40%
B=29.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5657480.0200.160.7866.678.5720.59
Hex38393020104E43915
Octal70716020201161031125
Binary1110001110011100001001000010011101000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383930; }

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

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

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

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

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

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

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

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