Html Css Color HEX #383A1F El Paso

📋 copy color: '#383A1F'

red 56 ◦ green 58 ◦ blue 31

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

Shades of El Paso #383A1F

Tints of El Paso #383A1F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40%

 BLUE value IS 31 (12.5% from 255) = 21.38%

R = 38.62%
G = 40%
B = 21.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.77

RGB Variations

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

Color information

#383A1F (or 0x383A1F) is known color: El Paso. HEX triplet: 38, 3A and 1F. RGB value is (56,58,31). Sum of RGB (Red+Green+Blue) = 56+58+31=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 58 - color contains mainly: green. Hex color #383A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A1F is #C7C5E0. Grayscale: #363636. Windows color (decimal): -13092321 or 2046520. OLE color: 2046520.

HSL color Cylindrical-coordinate representation of color #383A1F: hue angle of 64.44º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #383A1F is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB 56 58 31 -
CMYK 0.03 0 0.47 0.77
HSL 64.44º 0.3% 0.17% -
HSV(B) 64.44º 0.47% 0.23% -
XYZ 3.39 3.97 1.88 -
YUV 54.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 56 58 31 0.03 0 0.47 0.77 64.44 0.3 0.17
Hex 38 3A 1F 3 0 2F 4D 40 1E 11
Octal 70 72 37 3 0 57 115 100 36 21
Binary 111000 111010 11111 11 0 101111 1001101 1000000 11110 10001

Color Harmonies of #383A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A1F

Black with #383A1F

Text Example


Text Example

White with #383A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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