Html Css Color HEX #38382B El Paso

📋 copy color: '#38382B'

red 56 ◦ green 56 ◦ blue 43

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

Shades of El Paso #38382B

Tints of El Paso #38382B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.74%

R = 36.13%
G = 36.13%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#38382B (or 0x38382B) is known color: El Paso. HEX triplet: 38, 38 and 2B. RGB value is (56,56,43). Sum of RGB (Red+Green+Blue) = 56+56+43=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 56 - color contains mainly: red, green. Hex color #38382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38382B is #C7C7D4. Grayscale: #363636. Windows color (decimal): -13092821 or 2832440. OLE color: 2832440.

HSL color Cylindrical-coordinate representation of color #38382B: hue angle of 60º 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 #38382B is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 56 43 -
CMYK 0 0 0.23 0.78
HSL 60º 0.13% 0.19% -
HSV(B) 60º 0.23% 0.22% -
XYZ 3.48 3.84 2.84 -
YUV 54.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 56 56 43 0 0 0.23 0.78 60 0.13 0.19
Hex 38 38 2B 0 0 17 4E 3C D 13
Octal 70 70 53 0 0 27 116 74 15 23
Binary 111000 111000 101011 0 0 10111 1001110 111100 1101 10011

Color Harmonies of #38382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38382B

Black with #38382B

Text Example


Text Example

White with #38382B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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