#281C1E

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

Shades of Aubergine #281C1E

Tints of Aubergine #281C1E

Color information

#281C1E (or 0x281C1E) is unknown color: approx Aubergine. HEX triplet: 28, 1C and 1E. RGB value is (40,28,30). Sum of RGB (Red+Green+Blue) = 40+28+30=98 (12% of max value = 765). Red value is 40 (16.02% from 255 or 40.82% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 40 - color contains mainly: red. Hex color #281C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281C1E is #D7E3E1. Grayscale: #1F1F1F. Windows color (decimal): -14148578 or 1973288. OLE color: 1973288.

HSL color Cylindrical-coordinate representation of color #281C1E: hue angle of 350º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #281C1E is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB402830-
CMYK00.300.250.84
HSL350º17.65%13.33%-
HSV(B)350º30%15.69%-
XYZ1.521.381.41-
YUV31.82126.98133.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40.82%
GREEN value IS 28 (11.33% from 255) = 28.57%
BLUE value IS 30 (12.11% from 255) = 30.61%
R=40.82%
G=28.57%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40283000.300.250.8435017.6513.33
Hex281C1E01E195415e12d
Octal503436036311245362215
Binary1010001110011110011110110011010100101011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,28,30); }

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

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

 a { background-color: rgb(40,28,30); }

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

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

 span { border-color: rgb(40,28,30); }

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