#281A1F

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

Shades of Aubergine #281A1F

Tints of Aubergine #281A1F

Color information

#281A1F (or 0x281A1F) is unknown color: approx Aubergine. HEX triplet: 28, 1A and 1F. RGB value is (40,26,31). Sum of RGB (Red+Green+Blue) = 40+26+31=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 40 - color contains mainly: red. Hex color #281A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281A1F is #D7E5E0. Grayscale: #1E1E1E. Windows color (decimal): -14149089 or 2038312. OLE color: 2038312.

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

Color convert

RGB402631-
CMYK00.350.220.84
HSL338.57º21.21%12.94%-
HSV(B)338.57º35%15.69%-
XYZ1.491.291.47-
YUV30.76128.14134.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 41.24%
GREEN value IS 26 (10.55% from 255) = 26.80%
BLUE value IS 31 (12.5% from 255) = 31.96%
R=41.24%
G=26.80%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40263100.350.220.84338.5721.2112.94
Hex281A1F023165415315d
Octal503237043261245232515
Binary10100011010111110100011101101010100101010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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