#281A1D

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

Shades of Aubergine #281A1D

Tints of Aubergine #281A1D

Color information

#281A1D (or 0x281A1D) is unknown color: approx Aubergine. HEX triplet: 28, 1A and 1D. RGB value is (40,26,29). Sum of RGB (Red+Green+Blue) = 40+26+29=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 40 - color contains mainly: red. Hex color #281A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281A1D is #D7E5E2. Grayscale: #1E1E1E. Windows color (decimal): -14149091 or 1907240. OLE color: 1907240.

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

Color convert

RGB402629-
CMYK00.350.280.84
HSL347.14º21.21%12.94%-
HSV(B)347.14º35%15.69%-
XYZ1.471.281.33-
YUV30.53127.14134.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.11%
GREEN value IS 26 (10.55% from 255) = 27.37%
BLUE value IS 29 (11.72% from 255) = 30.53%
R=42.11%
G=27.37%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40262900.350.280.84347.1421.2112.94
Hex281A1D0231C5415b15d
Octal503235043341245332515
Binary10100011010111010100011111001010100101011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,26,29); }

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

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

 a { background-color: rgb(40,26,29); }

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

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

 span { border-color: rgb(40,26,29); }

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