Html Css Color HEX #424233 El Paso

📋 copy color: '#424233'

red 66 ◦ green 66 ◦ blue 51

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

Shades of El Paso #424233

Tints of El Paso #424233

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.07%

 BLUE value IS 51 (20.31% from 255) = 27.87%

R = 36.07%
G = 36.07%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#424233 (or 0x424233) is known color: El Paso. HEX triplet: 42, 42 and 33. RGB value is (66,66,51). Sum of RGB (Red+Green+Blue) = 66+66+51=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424233 is #BDBDCC. Grayscale: #404040. Windows color (decimal): -12434893 or 3359298. OLE color: 3359298.

HSL color Cylindrical-coordinate representation of color #424233: hue angle of 60º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #424233 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 66 51 -
CMYK 0 0 0.23 0.74
HSL 60º 0.13% 0.23% -
HSV(B) 60º 0.23% 0.26% -
XYZ 4.79 5.29 3.9 -
YUV 64.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 66 66 51 0 0 0.23 0.74 60 0.13 0.23
Hex 42 42 33 0 0 17 4A 3C D 17
Octal 102 102 63 0 0 27 112 74 15 27
Binary 1000010 1000010 110011 0 0 10111 1001010 111100 1101 10111

Color Harmonies of #424233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424233

Black with #424233

Text Example


Text Example

White with #424233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424233; }

 p { color: rgb(66,66,51); }

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

background-color css

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

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

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

border-color css

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

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

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