#1F3632

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

Shades of Aztec #1F3632

Tints of Aztec #1F3632

Color information

#1F3632 (or 0x1F3632) is unknown color: approx Aztec. HEX triplet: 1F, 36 and 32. RGB value is (31,54,50). Sum of RGB (Red+Green+Blue) = 31+54+50=135 (17% of max value = 765). Red value is 31 (12.5% from 255 or 22.96% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 54 - color contains mainly: green. Hex color #1F3632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3632 is #E0C9CD. Grayscale: #2E2E2E. Windows color (decimal): -14731726 or 3290655. OLE color: 3290655.

HSL color Cylindrical-coordinate representation of color #1F3632: hue angle of 169.57º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1F3632 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.79.

Color convert

RGB315450-
CMYK0.4300.070.79
HSL169.57º27.06%16.67%-
HSV(B)169.57º42.59%21.18%-
XYZ2.463.163.5-
YUV46.67129.88116.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.96%
GREEN value IS 54 (21.48% from 255) = 40%
BLUE value IS 50 (19.92% from 255) = 37.04%
R=22.96%
G=40%
B=37.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3154500.4300.070.79169.5727.0616.67
Hex1F36322B074Faa1b11
Octal37666253071172523321
Binary1111111011011001010101101111001111101010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,54,50); }

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

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

 a { background-color: rgb(31,54,50); }

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

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

 span { border-color: rgb(31,54,50); }

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