Html Css Color HEX #1D3935 Aztec

📋 copy color: '#1D3935'

red 29 ◦ green 57 ◦ blue 53

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

Shades of Aztec #1D3935

Tints of Aztec #1D3935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.01%

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

R = 20.86%
G = 41.01%
B = 38.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#1D3935 (or 0x1D3935) is known color: Aztec. HEX triplet: 1D, 39 and 35. RGB value is (29,57,53). Sum of RGB (Red+Green+Blue) = 29+57+53=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 57 - color contains mainly: green. Hex color #1D3935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3935 is #E2C6CA. Grayscale: #303030. Windows color (decimal): -14862027 or 3488029. OLE color: 3488029.

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

Color convert

RGB 29 57 53 -
CMYK 0.49 0 0.07 0.78
HSL 171.43º 0.33% 0.17% -
HSV(B) 171.43º 0.49% 0.22% -
XYZ 2.61 3.44 3.9 -
YUV 48.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 29 57 53 0.49 0 0.07 0.78 171.43 0.33 0.17
Hex 1D 39 35 31 0 7 4E AB 21 11
Octal 35 71 65 61 0 7 116 253 41 21
Binary 11101 111001 110101 110001 0 111 1001110 10101011 100001 10001

Color Harmonies of #1D3935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3935

Black with #1D3935

Text Example


Text Example

White with #1D3935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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