#1A3733

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

Shades of Aztec #1A3733

Tints of Aztec #1A3733

Color information

#1A3733 (or 0x1A3733) is unknown color: approx Aztec. HEX triplet: 1A, 37 and 33. RGB value is (26,55,51). Sum of RGB (Red+Green+Blue) = 26+55+51=132 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.70% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 55 - color contains mainly: green. Hex color #1A3733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3733 is #E5C8CC. Grayscale: #2D2D2D. Windows color (decimal): -15059149 or 3356442. OLE color: 3356442.

HSL color Cylindrical-coordinate representation of color #1A3733: hue angle of 171.72º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1A3733 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB265551-
CMYK0.5300.070.78
HSL171.72º35.8%15.88%-
HSV(B)171.72º52.73%21.57%-
XYZ2.393.193.62-
YUV45.87130.89113.83-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.70%
GREEN value IS 55 (21.88% from 255) = 41.67%
BLUE value IS 51 (20.31% from 255) = 38.64%
R=19.70%
G=41.67%
B=38.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2655510.5300.070.78171.7235.815.88
Hex1A373335074Eac2410
Octal32676365071162544420
Binary11010110111110011110101011110011101010110010010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,55,51); }

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

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

 a { background-color: rgb(26,55,51); }

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

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

 span { border-color: rgb(26,55,51); }

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