Html Css Color HEX #3A382A El Paso

📋 copy color: '#3A382A'

red 58 ◦ green 56 ◦ blue 42

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

Shades of El Paso #3A382A

Tints of El Paso #3A382A

RGB

 RED value IS 58 (23.05% from 255) = 37.18%

 GREEN value IS 56 (22.27% from 255) = 35.9%

 BLUE value IS 42 (16.8% from 255) = 26.92%

R = 37.18%
G = 35.9%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.77

RGB Variations

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

Color information

#3A382A (or 0x3A382A) is known color: El Paso. HEX triplet: 3A, 38 and 2A. RGB value is (58,56,42). Sum of RGB (Red+Green+Blue) = 58+56+42=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 58 - color contains mainly: red. Hex color #3A382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A382A is #C5C7D5. Grayscale: #373737. Windows color (decimal): -12961750 or 2766906. OLE color: 2766906.

HSL color Cylindrical-coordinate representation of color #3A382A: hue angle of 52.5º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A382A is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 56 42 -
CMYK 0 0.03 0.28 0.77
HSL 52.5º 0.16% 0.2% -
HSV(B) 52.5º 0.28% 0.23% -
XYZ 3.58 3.9 2.75 -
YUV 55 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 58 56 42 0 0.03 0.28 0.77 52.5 0.16 0.2
Hex 3A 38 2A 0 3 1C 4D 34 10 14
Octal 72 70 52 0 3 34 115 64 20 24
Binary 111010 111000 101010 0 11 11100 1001101 110100 10000 10100

Color Harmonies of #3A382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A382A

Black with #3A382A

Text Example


Text Example

White with #3A382A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A382A; }

 p { color: rgb(58,56,42); }

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

background-color css

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

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

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

border-color css

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

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

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