#281F22

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

Shades of Aubergine #281F22

Tints of Aubergine #281F22

Color information

#281F22 (or 0x281F22) is unknown color: approx Aubergine. HEX triplet: 28, 1F and 22. RGB value is (40,31,34). Sum of RGB (Red+Green+Blue) = 40+31+34=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 40 - color contains mainly: red. Hex color #281F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F22 is #D7E0DD. Grayscale: #222222. Windows color (decimal): -14147806 or 2236200. OLE color: 2236200.

HSL color Cylindrical-coordinate representation of color #281F22: hue angle of 340º 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 #281F22 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.84.

Color convert

RGB403134-
CMYK00.220.150.84
HSL340º12.68%13.92%-
HSV(B)340º22.5%15.69%-
XYZ1.651.551.72-
YUV34.03127.98132.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.10%
GREEN value IS 31 (12.5% from 255) = 29.52%
BLUE value IS 34 (13.67% from 255) = 32.38%
R=38.10%
G=29.52%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40313400.220.150.8434012.6813.92
Hex281F22016F54154de
Octal503742026171245241516
Binary101000111111000100101101111101010010101010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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