Html Css Color HEX #383929 El Paso

📋 copy color: '#383929'

red 56 ◦ green 57 ◦ blue 41

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

Shades of El Paso #383929

Tints of El Paso #383929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 26.62%

R = 36.36%
G = 37.01%
B = 26.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.78

RGB Variations

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

Color information

#383929 (or 0x383929) is known color: El Paso. HEX triplet: 38, 39 and 29. RGB value is (56,57,41). Sum of RGB (Red+Green+Blue) = 56+57+41=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 57 - color contains mainly: green. Hex color #383929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383929 is #C7C6D6. Grayscale: #363636. Windows color (decimal): -13092567 or 2701624. OLE color: 2701624.

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

Color convert

RGB 56 57 41 -
CMYK 0.02 0 0.28 0.78
HSL 63.75º 0.16% 0.19% -
HSV(B) 63.75º 0.28% 0.22% -
XYZ 3.49 3.93 2.67 -
YUV 54.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 56 57 41 0.02 0 0.28 0.78 63.75 0.16 0.19
Hex 38 39 29 2 0 1C 4E 40 10 13
Octal 70 71 51 2 0 34 116 100 20 23
Binary 111000 111001 101001 10 0 11100 1001110 1000000 10000 10011

Color Harmonies of #383929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383929

Black with #383929

Text Example


Text Example

White with #383929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383929; }

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

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

background-color css

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

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

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

border-color css

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

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

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