#38372B

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

Shades of El Paso #38372B

Tints of El Paso #38372B

Color information

#38372B (or 0x38372B) is unknown color: approx El Paso. HEX triplet: 38, 37 and 2B. RGB value is (56,55,43). Sum of RGB (Red+Green+Blue) = 56+55+43=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 56 - color contains mainly: red. Hex color #38372B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38372B is #C7C8D4. Grayscale: #353535. Windows color (decimal): -13093077 or 2832184. OLE color: 2832184.

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

Color convert

RGB565543-
CMYK00.020.230.78
HSL55.38º13.13%19.41%-
HSV(B)55.38º23.21%21.96%-
XYZ3.433.752.83-
YUV53.93121.83129.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.36%
GREEN value IS 55 (21.88% from 255) = 35.71%
BLUE value IS 43 (17.19% from 255) = 27.92%
R=36.36%
G=35.71%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56554300.020.230.7855.3813.1319.41
Hex38372B02174E37d13
Octal7067530227116671523
Binary111000110111101011010101111001110110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38372B; }

 p { color: rgb(56,55,43); }

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

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

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

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

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

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

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