#283935

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

Shades of Aztec #283935

Tints of Aztec #283935

Color information

#283935 (or 0x283935) is unknown color: approx Aztec. HEX triplet: 28, 39 and 35. RGB value is (40,57,53). Sum of RGB (Red+Green+Blue) = 40+57+53=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 57 - color contains mainly: green. Hex color #283935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283935 is #D7C6CA. Grayscale: #333333. Windows color (decimal): -14141131 or 3488040. OLE color: 3488040.

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

Color convert

RGB405753-
CMYK0.3000.070.78
HSL165.88º17.53%19.02%-
HSV(B)165.88º29.82%22.35%-
XYZ2.983.633.91-
YUV51.46128.87119.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.67%
GREEN value IS 57 (22.66% from 255) = 38%
BLUE value IS 53 (21.09% from 255) = 35.33%
R=26.67%
G=38%
B=35.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4057530.3000.070.78165.8817.5319.02
Hex2839351E074Ea61213
Octal50716536071162462223
Binary1010001110011101011111001111001110101001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283935; }

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

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

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

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

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

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

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

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