#241A1E

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

Shades of Aubergine #241A1E

Tints of Aubergine #241A1E

Color information

#241A1E (or 0x241A1E) is unknown color: approx Aubergine. HEX triplet: 24, 1A and 1E. RGB value is (36,26,30). Sum of RGB (Red+Green+Blue) = 36+26+30=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 36 - color contains mainly: red. Hex color #241A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A1E is #DBE5E1. Grayscale: #1D1D1D. Windows color (decimal): -14411234 or 1972772. OLE color: 1972772.

HSL color Cylindrical-coordinate representation of color #241A1E: hue angle of 336º degrees, saturation: 0.16, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #241A1E is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB362630-
CMYK00.280.170.86
HSL336º16.13%12.16%-
HSV(B)336º27.78%14.12%-
XYZ1.331.211.39-
YUV29.45128.31132.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.13%
GREEN value IS 26 (10.55% from 255) = 28.26%
BLUE value IS 30 (12.11% from 255) = 32.61%
R=39.13%
G=28.26%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36263000.280.170.8633616.1312.16
Hex241A1E01C115615010c
Octal443236034211265202014
Binary1001001101011110011100100011010110101010000100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241A1E; }

 p { color: rgb(36,26,30); }

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

<style>
 a { background-color: #241A1E; }

 a { background-color: rgb(36,26,30); }

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

<style>
 span { border-color: #241A1E; }

 span { border-color: rgb(36,26,30); }

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