Html Css Color HEX #293231 Aztec

📋 copy color: '#293231'

red 41 ◦ green 50 ◦ blue 49

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

Shades of Aztec #293231

Tints of Aztec #293231

RGB

 RED value IS 41 (16.41% from 255) = 29.29%

 GREEN value IS 50 (19.92% from 255) = 35.71%

 BLUE value IS 49 (19.53% from 255) = 35%

R = 29.29%
G = 35.71%
B = 35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#293231 (or 0x293231) is known color: Aztec. HEX triplet: 29, 32 and 31. RGB value is (41,50,49). Sum of RGB (Red+Green+Blue) = 41+50+49=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 50 - color contains mainly: green. Hex color #293231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293231 is #D6CDCE. Grayscale: #2F2F2F. Windows color (decimal): -14077391 or 3224105. OLE color: 3224105.

HSL color Cylindrical-coordinate representation of color #293231: hue angle of 173.33º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #293231 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 50 49 -
CMYK 0.18 0 0.02 0.80
HSL 173.33º 0.1% 0.18% -
HSV(B) 173.33º 0.18% 0.2% -
XYZ 2.61 2.97 3.34 -
YUV 47.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 41 50 49 0.18 0 0.02 0.80 173.33 0.1 0.18
Hex 29 32 31 12 0 2 50 AD A 12
Octal 51 62 61 22 0 2 120 255 12 22
Binary 101001 110010 110001 10010 0 10 1010000 10101101 1010 10010

Color Harmonies of #293231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293231

Black with #293231

Text Example


Text Example

White with #293231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293231; }

 p { color: rgb(41,50,49); }

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

background-color css

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

 a { background-color: rgb(41,50,49); }

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

border-color css

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

 span { border-color: rgb(41,50,49); }

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