#263935

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

Shades of Aztec #263935

Tints of Aztec #263935

Color information

#263935 (or 0x263935) is unknown color: approx Aztec. HEX triplet: 26, 39 and 35. RGB value is (38,57,53). Sum of RGB (Red+Green+Blue) = 38+57+53=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 57 - color contains mainly: green. Hex color #263935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263935 is #D9C6CA. Grayscale: #323232. Windows color (decimal): -14272203 or 3488038. OLE color: 3488038.

HSL color Cylindrical-coordinate representation of color #263935: hue angle of 167.37º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #263935 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB385753-
CMYK0.3300.070.78
HSL167.37º20%18.63%-
HSV(B)167.37º33.33%22.35%-
XYZ2.913.63.91-
YUV50.86129.21118.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.68%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 53 (21.09% from 255) = 35.81%
R=25.68%
G=38.51%
B=35.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3857530.3300.070.78167.372018.63
Hex26393521074Ea71413
Octal46716541071162472423
Binary10011011100111010110000101111001110101001111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263935; }

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

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

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

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

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

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

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

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