#263735

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

Shades of Aztec #263735

Tints of Aztec #263735

Color information

#263735 (or 0x263735) is unknown color: approx Aztec. HEX triplet: 26, 37 and 35. RGB value is (38,55,53). Sum of RGB (Red+Green+Blue) = 38+55+53=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 55 - color contains mainly: green. Hex color #263735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263735 is #D9C8CA. Grayscale: #313131. Windows color (decimal): -14272715 or 3487526. OLE color: 3487526.

HSL color Cylindrical-coordinate representation of color #263735: hue angle of 172.94º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #263735 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB385553-
CMYK0.3100.040.78
HSL172.94º18.28%18.24%-
HSV(B)172.94º30.91%21.57%-
XYZ2.813.43.88-
YUV49.69129.87119.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.03%
GREEN value IS 55 (21.88% from 255) = 37.67%
BLUE value IS 53 (21.09% from 255) = 36.30%
R=26.03%
G=37.67%
B=36.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3855530.3100.040.78172.9418.2818.24
Hex2637351F044Ead1212
Octal46676537041162552222
Binary1001101101111101011111101001001110101011011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263735; }

 p { color: rgb(38,55,53); }

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

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

 a { background-color: rgb(38,55,53); }

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

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

 span { border-color: rgb(38,55,53); }

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