#1F3934

Color #1F3934 Aztec (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aztec #1F3934

Tints of Aztec #1F3934

Color information

#1F3934 (or 0x1F3934) is unknown color: approx Aztec. HEX triplet: 1F, 39 and 34. RGB value is (31,57,52). Sum of RGB (Red+Green+Blue) = 31+57+52=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 57 - color contains mainly: green. Hex color #1F3934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3934 is #E0C6CB. Grayscale: #303030. Windows color (decimal): -14730956 or 3422495. OLE color: 3422495.

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

Color convert

RGB315752-
CMYK0.4600.090.78
HSL168.46º29.55%17.25%-
HSV(B)168.46º45.61%22.35%-
XYZ2.653.473.78-
YUV48.66129.89115.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.14%
GREEN value IS 57 (22.66% from 255) = 40.71%
BLUE value IS 52 (20.70% from 255) = 37.14%
R=22.14%
G=40.71%
B=37.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3157520.4600.090.78168.4629.5517.25
Hex1F39342E094Ea81e11
Octal377164560111162503621
Binary11111111001110100101110010011001110101010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F3934;
 }
 .AnyTagClassName
 {
   color: #1F3934;
 }
</style>
background-color css

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

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

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

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

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

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