Html Css Color HEX #1E3835 Aztec

📋 copy color: '#1E3835'

red 30 ◦ green 56 ◦ blue 53

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

Shades of Aztec #1E3835

Tints of Aztec #1E3835

RGB

 RED value IS 30 (12.11% from 255) = 21.58%

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

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

R = 21.58%
G = 40.29%
B = 38.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#1E3835 (or 0x1E3835) is known color: Aztec. HEX triplet: 1E, 38 and 35. RGB value is (30,56,53). Sum of RGB (Red+Green+Blue) = 30+56+53=139 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.58% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 56 - color contains mainly: green. Hex color #1E3835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3835 is #E1C7CA. Grayscale: #2F2F2F. Windows color (decimal): -14796747 or 3487774. OLE color: 3487774.

HSL color Cylindrical-coordinate representation of color #1E3835: hue angle of 173.08º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1E3835 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 30 56 53 -
CMYK 0.46 0 0.05 0.78
HSL 173.08º 0.3% 0.17% -
HSV(B) 173.08º 0.46% 0.22% -
XYZ 2.59 3.36 3.88 -
YUV 47.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 30 56 53 0.46 0 0.05 0.78 173.08 0.3 0.17
Hex 1E 38 35 2E 0 5 4E AD 1E 11
Octal 36 70 65 56 0 5 116 255 36 21
Binary 11110 111000 110101 101110 0 101 1001110 10101101 11110 10001

Color Harmonies of #1E3835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3835

Black with #1E3835

Text Example


Text Example

White with #1E3835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E3835; }

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

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

background-color css

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

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

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

border-color css

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

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

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