#1F3633

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

Shades of Aztec #1F3633

Tints of Aztec #1F3633

Color information

#1F3633 (or 0x1F3633) is unknown color: approx Aztec. HEX triplet: 1F, 36 and 33. RGB value is (31,54,51). Sum of RGB (Red+Green+Blue) = 31+54+51=136 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.79% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 54 - color contains mainly: green. Hex color #1F3633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3633 is #E0C9CC. Grayscale: #2E2E2E. Windows color (decimal): -14731725 or 3356191. OLE color: 3356191.

HSL color Cylindrical-coordinate representation of color #1F3633: hue angle of 172.17º 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 #1F3633 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB315451-
CMYK0.4300.060.79
HSL172.17º27.06%16.67%-
HSV(B)172.17º42.59%21.18%-
XYZ2.483.173.61-
YUV46.78130.38116.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.79%
GREEN value IS 54 (21.48% from 255) = 39.71%
BLUE value IS 51 (20.31% from 255) = 37.5%
R=22.79%
G=39.71%
B=37.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3154510.4300.060.79172.1727.0616.67
Hex1F36332B064Fac1b11
Octal37666353061172543321
Binary1111111011011001110101101101001111101011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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