#283231

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

Shades of Aztec #283231

Tints of Aztec #283231

Color information

#283231 (or 0x283231) is unknown color: approx Aztec. HEX triplet: 28, 32 and 31. RGB value is (40,50,49). Sum of RGB (Red+Green+Blue) = 40+50+49=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 50 - color contains mainly: green. Hex color #283231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283231 is #D7CDCE. Grayscale: #2E2E2E. Windows color (decimal): -14142927 or 3224104. OLE color: 3224104.

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

Color convert

RGB405049-
CMYK0.2000.020.80
HSL174º11.11%17.65%-
HSV(B)174º20%19.61%-
XYZ2.572.953.34-
YUV46.9129.19123.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.78%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 49 (19.53% from 255) = 35.25%
R=28.78%
G=35.97%
B=35.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4050490.2000.020.8017411.1117.65
Hex283231140250aeb12
Octal50626124021202561322
Binary10100011001011000110100010101000010101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283231; }

 p { color: rgb(40,50,49); }

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

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

 a { background-color: rgb(40,50,49); }

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

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

 span { border-color: rgb(40,50,49); }

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