#1F3734

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

Shades of Aztec #1F3734

Tints of Aztec #1F3734

Color information

#1F3734 (or 0x1F3734) is unknown color: approx Aztec. HEX triplet: 1F, 37 and 34. RGB value is (31,55,52). Sum of RGB (Red+Green+Blue) = 31+55+52=138 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.46% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 55 - color contains mainly: green. Hex color #1F3734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3734 is #E0C8CB. Grayscale: #2F2F2F. Windows color (decimal): -14731468 or 3421983. OLE color: 3421983.

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

Color convert

RGB315552-
CMYK0.4400.050.78
HSL172.5º27.91%16.86%-
HSV(B)172.5º43.64%21.57%-
XYZ2.553.273.75-
YUV47.48130.55116.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.46%
GREEN value IS 55 (21.88% from 255) = 39.86%
BLUE value IS 52 (20.70% from 255) = 37.68%
R=22.46%
G=39.86%
B=37.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3155520.4400.050.78172.527.9116.86
Hex1F37342C054Eac1c11
Octal37676454051162543421
Binary1111111011111010010110001011001110101011001110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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