Html Css Color HEX #383928 El Paso

📋 copy color: '#383928'

red 56 ◦ green 57 ◦ blue 40

#383928
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of El Paso #383928

Tints of El Paso #383928

RGB

 RED value IS 56 (22.27% from 255) = 36.6%

 GREEN value IS 57 (22.66% from 255) = 37.25%

 BLUE value IS 40 (16.02% from 255) = 26.14%

R = 36.6%
G = 37.25%
B = 26.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#383928 (or 0x383928) is known color: El Paso. HEX triplet: 38, 39 and 28. RGB value is (56,57,40). Sum of RGB (Red+Green+Blue) = 56+57+40=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 57 - color contains mainly: green. Hex color #383928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383928 is #C7C6D7. Grayscale: #363636. Windows color (decimal): -13092568 or 2636088. OLE color: 2636088.

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

Color convert

RGB 56 57 40 -
CMYK 0.02 0 0.30 0.78
HSL 63.53º 0.18% 0.19% -
HSV(B) 63.53º 0.3% 0.22% -
XYZ 3.48 3.92 2.58 -
YUV 54.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 56 57 40 0.02 0 0.30 0.78 63.53 0.18 0.19
Hex 38 39 28 2 0 1E 4E 40 12 13
Octal 70 71 50 2 0 36 116 100 22 23
Binary 111000 111001 101000 10 0 11110 1001110 1000000 10010 10011

Color Harmonies of #383928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383928

Black with #383928

Text Example


Text Example

White with #383928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383928; }

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

 H1.HeaderClassName
 {
   color: #383928;
 }
 .AnyTagClassName
 {
   color: #383928;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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