#2B3B39

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

Shades of Aztec #2B3B39

Tints of Aztec #2B3B39

Color information

#2B3B39 (or 0x2B3B39) is unknown color: approx Aztec. HEX triplet: 2B, 3B and 39. RGB value is (43,59,57). Sum of RGB (Red+Green+Blue) = 43+59+57=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 59 - color contains mainly: green. Hex color #2B3B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3B39 is #D4C4C6. Grayscale: #353535. Windows color (decimal): -13944007 or 3750699. OLE color: 3750699.

HSL color Cylindrical-coordinate representation of color #2B3B39: hue angle of 172.5º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2B3B39 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB435957-
CMYK0.2700.030.77
HSL172.5º15.69%20%-
HSV(B)172.5º27.12%23.14%-
XYZ3.33.944.46-
YUV53.99129.7120.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.04%
GREEN value IS 59 (23.44% from 255) = 37.11%
BLUE value IS 57 (22.66% from 255) = 35.85%
R=27.04%
G=37.11%
B=35.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4359570.2700.030.77172.515.6920
Hex2B3B391B034Dac1014
Octal53737133031152542024
Binary101011111011111001110110111001101101011001000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B3B39; }

 p { color: rgb(43,59,57); }

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

<style>
 a { background-color: #2B3B39; }

 a { background-color: rgb(43,59,57); }

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

<style>
 span { border-color: #2B3B39; }

 span { border-color: rgb(43,59,57); }

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