#1F3531

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

Shades of Aztec #1F3531

Tints of Aztec #1F3531

Color information

#1F3531 (or 0x1F3531) is unknown color: approx Aztec. HEX triplet: 1F, 35 and 31. RGB value is (31,53,49). Sum of RGB (Red+Green+Blue) = 31+53+49=133 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.31% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 53 - color contains mainly: green. Hex color #1F3531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3531 is #E0CACE. Grayscale: #2D2D2D. Windows color (decimal): -14731983 or 3224863. OLE color: 3224863.

HSL color Cylindrical-coordinate representation of color #1F3531: hue angle of 169.09º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1F3531 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB315349-
CMYK0.4200.080.79
HSL169.09º26.19%16.47%-
HSV(B)169.09º41.51%20.78%-
XYZ2.393.063.37-
YUV45.97129.71117.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.31%
GREEN value IS 53 (21.09% from 255) = 39.85%
BLUE value IS 49 (19.53% from 255) = 36.84%
R=23.31%
G=39.85%
B=36.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3153490.4200.080.79169.0926.1916.47
Hex1F35312A084Fa91a10
Octal376561520101172513220
Binary11111110101110001101010010001001111101010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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