#1F3B34

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

Shades of Aztec #1F3B34

Tints of Aztec #1F3B34

Color information

#1F3B34 (or 0x1F3B34) is unknown color: approx Aztec. HEX triplet: 1F, 3B and 34. RGB value is (31,59,52). Sum of RGB (Red+Green+Blue) = 31+59+52=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 59 - color contains mainly: green. Hex color #1F3B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3B34 is #E0C4CB. Grayscale: #313131. Windows color (decimal): -14730444 or 3423007. OLE color: 3423007.

HSL color Cylindrical-coordinate representation of color #1F3B34: hue angle of 165º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F3B34 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB315952-
CMYK0.4700.120.77
HSL165º31.11%17.65%-
HSV(B)165º47.46%23.14%-
XYZ2.753.673.81-
YUV49.83129.22114.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.83%
GREEN value IS 59 (23.44% from 255) = 41.55%
BLUE value IS 52 (20.70% from 255) = 36.62%
R=21.83%
G=41.55%
B=36.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3159520.4700.120.7716531.1117.65
Hex1F3B342F0C4Da51f12
Octal377364570141152453722
Binary11111111011110100101111011001001101101001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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