#263431

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

Shades of Aztec #263431

Tints of Aztec #263431

Color information

#263431 (or 0x263431) is unknown color: approx Aztec. HEX triplet: 26, 34 and 31. RGB value is (38,52,49). Sum of RGB (Red+Green+Blue) = 38+52+49=139 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.34% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 52 - color contains mainly: green. Hex color #263431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263431 is #D9CBCE. Grayscale: #2F2F2F. Windows color (decimal): -14273487 or 3224614. OLE color: 3224614.

HSL color Cylindrical-coordinate representation of color #263431: hue angle of 167.14º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #263431 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB385249-
CMYK0.2700.060.80
HSL167.14º15.56%17.65%-
HSV(B)167.14º26.92%20.39%-
XYZ2.583.093.37-
YUV47.47128.86121.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.34%
GREEN value IS 52 (20.70% from 255) = 37.41%
BLUE value IS 49 (19.53% from 255) = 35.25%
R=27.34%
G=37.41%
B=35.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3852490.2700.060.80167.1415.5617.65
Hex2634311B0650a71012
Octal46646133061202472022
Binary1001101101001100011101101101010000101001111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263431; }

 p { color: rgb(38,52,49); }

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

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

 a { background-color: rgb(38,52,49); }

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

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

 span { border-color: rgb(38,52,49); }

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