#283A36

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

Shades of Aztec #283A36

Tints of Aztec #283A36

Color information

#283A36 (or 0x283A36) is unknown color: approx Aztec. HEX triplet: 28, 3A and 36. RGB value is (40,58,54). Sum of RGB (Red+Green+Blue) = 40+58+54=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 58 - color contains mainly: green. Hex color #283A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283A36 is #D7C5C9. Grayscale: #343434. Windows color (decimal): -14140874 or 3553832. OLE color: 3553832.

HSL color Cylindrical-coordinate representation of color #283A36: hue angle of 166.67º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #283A36 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB405854-
CMYK0.3100.070.77
HSL166.67º18.37%19.22%-
HSV(B)166.67º31.03%22.75%-
XYZ3.053.744.05-
YUV52.16129.04119.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.32%
GREEN value IS 58 (23.05% from 255) = 38.16%
BLUE value IS 54 (21.48% from 255) = 35.53%
R=26.32%
G=38.16%
B=35.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4058540.3100.070.77166.6718.3719.22
Hex283A361F074Da71213
Octal50726637071152472223
Binary1010001110101101101111101111001101101001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283A36; }

 p { color: rgb(40,58,54); }

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

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

 a { background-color: rgb(40,58,54); }

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

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

 span { border-color: rgb(40,58,54); }

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