Html Css Color HEX #1D3835 Aztec

📋 copy color: '#1D3835'

red 29 ◦ green 56 ◦ blue 53

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

Shades of Aztec #1D3835

Tints of Aztec #1D3835

RGB

 RED value IS 29 (11.72% from 255) = 21.01%

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

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

R = 21.01%
G = 40.58%
B = 38.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#1D3835 (or 0x1D3835) is known color: Aztec. HEX triplet: 1D, 38 and 35. RGB value is (29,56,53). Sum of RGB (Red+Green+Blue) = 29+56+53=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 56 - color contains mainly: green. Hex color #1D3835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3835 is #E2C7CA. Grayscale: #2F2F2F. Windows color (decimal): -14862283 or 3487773. OLE color: 3487773.

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

Color convert

RGB 29 56 53 -
CMYK 0.48 0 0.05 0.78
HSL 173.33º 0.32% 0.17% -
HSV(B) 173.33º 0.48% 0.22% -
XYZ 2.56 3.35 3.88 -
YUV 47.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 29 56 53 0.48 0 0.05 0.78 173.33 0.32 0.17
Hex 1D 38 35 30 0 5 4E AD 20 11
Octal 35 70 65 60 0 5 116 255 40 21
Binary 11101 111000 110101 110000 0 101 1001110 10101101 100000 10001

Color Harmonies of #1D3835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3835

Black with #1D3835

Text Example


Text Example

White with #1D3835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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