#383831

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

Shades of El Paso #383831

Tints of El Paso #383831

Color information

#383831 (or 0x383831) is unknown color: approx El Paso. HEX triplet: 38, 38 and 31. RGB value is (56,56,49). Sum of RGB (Red+Green+Blue) = 56+56+49=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383831 is #C7C7CE. Grayscale: #373737. Windows color (decimal): -13092815 or 3225656. OLE color: 3225656.

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

Color convert

RGB565649-
CMYK000.120.78
HSL60º6.67%20.59%-
HSV(B)60º12.5%21.96%-
XYZ3.63.893.47-
YUV55.2124.5128.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 56 (22.27% from 255) = 34.78%
BLUE value IS 49 (19.53% from 255) = 30.43%
R=34.78%
G=34.78%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565649000.120.78606.6720.59
Hex38383100C4E3c715
Octal707061001411674725
Binary111000111000110001001100100111011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383831; }

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

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

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

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

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

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

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

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