#383821

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

Shades of El Paso #383821

Tints of El Paso #383821

Color information

#383821 (or 0x383821) is unknown color: approx El Paso. HEX triplet: 38, 38 and 21. RGB value is (56,56,33). Sum of RGB (Red+Green+Blue) = 56+56+33=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383821 is #C7C7DE. Grayscale: #353535. Windows color (decimal): -13092831 or 2177080. OLE color: 2177080.

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

Color convert

RGB565633-
CMYK000.410.78
HSL60º25.84%17.45%-
HSV(B)60º41.07%21.96%-
XYZ3.323.781.99-
YUV53.38116.5129.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 56 (22.27% from 255) = 38.62%
BLUE value IS 33 (13.28% from 255) = 22.76%
R=38.62%
G=38.62%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565633000.410.786025.8417.45
Hex38382100294E3c1a11
Octal7070410051116743221
Binary1110001110001000010010100110011101111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383821; }

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

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

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

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

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

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

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

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