Html Css Color HEX #383830 El Paso

📋 copy color: '#383830'

red 56 ◦ green 56 ◦ blue 48

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

Shades of El Paso #383830

Tints of El Paso #383830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30%

R = 35%
G = 35%
B = 30%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#383830 (or 0x383830) is known color: El Paso. HEX triplet: 38, 38 and 30. RGB value is (56,56,48). Sum of RGB (Red+Green+Blue) = 56+56+48=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383830 is #C7C7CF. Grayscale: #373737. Windows color (decimal): -13092816 or 3160120. OLE color: 3160120.

HSL color Cylindrical-coordinate representation of color #383830: hue angle of 60º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #383830 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 56 48 -
CMYK 0 0 0.14 0.78
HSL 60º 0.08% 0.2% -
HSV(B) 60º 0.14% 0.22% -
XYZ 3.58 3.88 3.36 -
YUV 55.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 56 56 48 0 0 0.14 0.78 60 0.08 0.2
Hex 38 38 30 0 0 E 4E 3C 8 14
Octal 70 70 60 0 0 16 116 74 10 24
Binary 111000 111000 110000 0 0 1110 1001110 111100 1000 10100

Color Harmonies of #383830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383830

Black with #383830

Text Example


Text Example

White with #383830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383830; }

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

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

background-color css

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

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

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

border-color css

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

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

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