#383921

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

Shades of El Paso #383921

Tints of El Paso #383921

Color information

#383921 (or 0x383921) is unknown color: approx El Paso. HEX triplet: 38, 39 and 21. RGB value is (56,57,33). Sum of RGB (Red+Green+Blue) = 56+57+33=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 57 - color contains mainly: green. Hex color #383921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383921 is #C7C6DE. Grayscale: #363636. Windows color (decimal): -13092575 or 2177336. OLE color: 2177336.

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

Color convert

RGB565733-
CMYK0.0200.420.78
HSL62.5º26.67%17.65%-
HSV(B)62.5º42.11%22.35%-
XYZ3.373.882.01-
YUV53.96116.17129.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 33 (13.28% from 255) = 22.60%
R=38.36%
G=39.04%
B=22.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5657330.0200.420.7862.526.6717.65
Hex383921202A4E3e1b12
Octal7071412052116763322
Binary11100011100110000110010101010011101111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383921; }

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

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

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

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

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

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

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

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