#1B3632

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

Shades of Aztec #1B3632

Tints of Aztec #1B3632

Color information

#1B3632 (or 0x1B3632) is unknown color: approx Aztec. HEX triplet: 1B, 36 and 32. RGB value is (27,54,50). Sum of RGB (Red+Green+Blue) = 27+54+50=131 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.61% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 54 - color contains mainly: green. Hex color #1B3632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3632 is #E4C9CD. Grayscale: #2D2D2D. Windows color (decimal): -14993870 or 3290651. OLE color: 3290651.

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

Color convert

RGB275450-
CMYK0.500.070.79
HSL171.11º33.33%15.88%-
HSV(B)171.11º50%21.18%-
XYZ2.353.13.49-
YUV45.47130.55114.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 20.61%
GREEN value IS 54 (21.48% from 255) = 41.22%
BLUE value IS 50 (19.92% from 255) = 38.17%
R=20.61%
G=41.22%
B=38.17%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2754500.500.070.79171.1133.3315.88
Hex1B363232074Fab2110
Octal33666262071172534120
Binary11011110110110010110010011110011111010101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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