Html Css Color HEX #293835 Aztec

📋 copy color: '#293835'

red 41 ◦ green 56 ◦ blue 53

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

Shades of Aztec #293835

Tints of Aztec #293835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 35.33%

R = 27.33%
G = 37.33%
B = 35.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#293835 (or 0x293835) is known color: Aztec. HEX triplet: 29, 38 and 35. RGB value is (41,56,53). Sum of RGB (Red+Green+Blue) = 41+56+53=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 56 - color contains mainly: green. Hex color #293835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293835 is #D6C7CA. Grayscale: #333333. Windows color (decimal): -14075851 or 3487785. OLE color: 3487785.

HSL color Cylindrical-coordinate representation of color #293835: hue angle of 168º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #293835 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 56 53 -
CMYK 0.27 0 0.05 0.78
HSL 168º 0.15% 0.19% -
HSV(B) 168º 0.27% 0.22% -
XYZ 2.97 3.56 3.9 -
YUV 51.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 41 56 53 0.27 0 0.05 0.78 168 0.15 0.19
Hex 29 38 35 1B 0 5 4E A8 F 13
Octal 51 70 65 33 0 5 116 250 17 23
Binary 101001 111000 110101 11011 0 101 1001110 10101000 1111 10011

Color Harmonies of #293835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293835

Black with #293835

Text Example


Text Example

White with #293835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293835; }

 p { color: rgb(41,56,53); }

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

background-color css

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

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

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

border-color css

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

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

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