#383830

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

Shades of El Paso #383830

Tints of El Paso #383830

Color information

#383830 (or 0x383830) is unknown color: approx El Paso. HEX triplet: 38, 38 and 30. RGB value is (56,56,48). Sum of RGB (Red+Green+Blue) = 56+56+48=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383830 is #C7C7CF. Grayscale: #373737. Windows color (decimal): -13092816 or 3160120. OLE color: 3160120.

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

Color convert

RGB565648-
CMYK000.140.78
HSL60º7.69%20.39%-
HSV(B)60º14.29%21.96%-
XYZ3.583.883.36-
YUV55.09124128.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35%
GREEN value IS 56 (22.27% from 255) = 35%
BLUE value IS 48 (19.14% from 255) = 30%
R=35%
G=35%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565648000.140.78607.6920.39
Hex38383000E4E3c814
Octal7070600016116741024
Binary1110001110001100000011101001110111100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383830; }

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

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

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

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

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

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

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

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