#283130

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

Shades of Aztec #283130

Tints of Aztec #283130

Color information

#283130 (or 0x283130) is unknown color: approx Aztec. HEX triplet: 28, 31 and 30. RGB value is (40,49,48). Sum of RGB (Red+Green+Blue) = 40+49+48=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 49 - color contains mainly: green. Hex color #283130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283130 is #D7CECF. Grayscale: #2E2E2E. Windows color (decimal): -14143184 or 3158312. OLE color: 3158312.

HSL color Cylindrical-coordinate representation of color #283130: hue angle of 173.33º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #283130 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB404948-
CMYK0.1800.020.81
HSL173.33º10.11%17.45%-
HSV(B)173.33º18.37%19.22%-
XYZ2.512.863.22-
YUV46.2129.02123.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.20%
GREEN value IS 49 (19.53% from 255) = 35.77%
BLUE value IS 48 (19.14% from 255) = 35.04%
R=29.20%
G=35.77%
B=35.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4049480.1800.020.81173.3310.1117.45
Hex283130120251ada11
Octal50616022021212551221
Binary10100011000111000010010010101000110101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283130; }

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

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

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

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

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

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

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

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