#281F20

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

Shades of Aubergine #281F20

Tints of Aubergine #281F20

Color information

#281F20 (or 0x281F20) is unknown color: approx Aubergine. HEX triplet: 28, 1F and 20. RGB value is (40,31,32). Sum of RGB (Red+Green+Blue) = 40+31+32=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 40 - color contains mainly: red. Hex color #281F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F20 is #D7E0DF. Grayscale: #212121. Windows color (decimal): -14147808 or 2105128. OLE color: 2105128.

HSL color Cylindrical-coordinate representation of color #281F20: hue angle of 353.33º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #281F20 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB403132-
CMYK00.220.200.84
HSL353.33º12.68%13.92%-
HSV(B)353.33º22.5%15.69%-
XYZ1.631.541.58-
YUV33.8126.98132.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.83%
GREEN value IS 31 (12.5% from 255) = 30.10%
BLUE value IS 32 (12.89% from 255) = 31.07%
R=38.83%
G=30.10%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40313200.220.200.84353.3312.6813.92
Hex281F200161454161de
Octal503740026241245411516
Binary1010001111110000001011010100101010010110000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281F20; }

 p { color: rgb(40,31,32); }

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

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

 a { background-color: rgb(40,31,32); }

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

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

 span { border-color: rgb(40,31,32); }

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