Html Css Color HEX #1F3935 Aztec

📋 copy color: '#1F3935'

red 31 ◦ green 57 ◦ blue 53

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

Shades of Aztec #1F3935

Tints of Aztec #1F3935

RGB

 RED value IS 31 (12.5% from 255) = 21.99%

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

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

R = 21.99%
G = 40.43%
B = 37.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#1F3935 (or 0x1F3935) is known color: Aztec. HEX triplet: 1F, 39 and 35. RGB value is (31,57,53). Sum of RGB (Red+Green+Blue) = 31+57+53=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 57 - color contains mainly: green. Hex color #1F3935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3935 is #E0C6CA. Grayscale: #303030. Windows color (decimal): -14730955 or 3488031. OLE color: 3488031.

HSL color Cylindrical-coordinate representation of color #1F3935: hue angle of 170.77º 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 #1F3935 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 31 57 53 -
CMYK 0.46 0 0.07 0.78
HSL 170.77º 0.3% 0.17% -
HSV(B) 170.77º 0.46% 0.22% -
XYZ 2.67 3.47 3.9 -
YUV 48.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 31 57 53 0.46 0 0.07 0.78 170.77 0.3 0.17
Hex 1F 39 35 2E 0 7 4E AB 1E 11
Octal 37 71 65 56 0 7 116 253 36 21
Binary 11111 111001 110101 101110 0 111 1001110 10101011 11110 10001

Color Harmonies of #1F3935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3935

Black with #1F3935

Text Example


Text Example

White with #1F3935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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