Html Css Color HEX #424424 El Paso

📋 copy color: '#424424'

red 66 ◦ green 68 ◦ blue 36

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

Shades of El Paso #424424

Tints of El Paso #424424

RGB

 RED value IS 66 (26.17% from 255) = 38.82%

 GREEN value IS 68 (26.95% from 255) = 40%

 BLUE value IS 36 (14.45% from 255) = 21.18%

R = 38.82%
G = 40%
B = 21.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#424424 (or 0x424424) is known color: El Paso. HEX triplet: 42, 44 and 24. RGB value is (66,68,36). Sum of RGB (Red+Green+Blue) = 66+68+36=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 68 - color contains mainly: green. Hex color #424424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424424 is #BDBBDB. Grayscale: #3F3F3F. Windows color (decimal): -12434396 or 2376770. OLE color: 2376770.

HSL color Cylindrical-coordinate representation of color #424424: hue angle of 63.75º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #424424 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 68 36 -
CMYK 0.03 0 0.47 0.73
HSL 63.75º 0.31% 0.2% -
HSV(B) 63.75º 0.47% 0.27% -
XYZ 4.63 5.42 2.47 -
YUV 63.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 66 68 36 0.03 0 0.47 0.73 63.75 0.31 0.2
Hex 42 44 24 3 0 2F 49 40 1F 14
Octal 102 104 44 3 0 57 111 100 37 24
Binary 1000010 1000100 100100 11 0 101111 1001001 1000000 11111 10100

Color Harmonies of #424424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424424

Black with #424424

Text Example


Text Example

White with #424424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424424; }

 p { color: rgb(66,68,36); }

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

background-color css

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

 a { background-color: rgb(66,68,36); }

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

border-color css

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

 span { border-color: rgb(66,68,36); }

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