#241C1E

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

Shades of Aubergine #241C1E

Tints of Aubergine #241C1E

Color information

#241C1E (or 0x241C1E) is unknown color: approx Aubergine. HEX triplet: 24, 1C and 1E. RGB value is (36,28,30). Sum of RGB (Red+Green+Blue) = 36+28+30=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 36 - color contains mainly: red. Hex color #241C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241C1E is #DBE3E1. Grayscale: #1E1E1E. Windows color (decimal): -14410722 or 1973284. OLE color: 1973284.

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

Color convert

RGB362830-
CMYK00.220.170.86
HSL345º12.5%12.55%-
HSV(B)345º22.22%14.12%-
XYZ1.381.31.41-
YUV30.62127.65131.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.30%
GREEN value IS 28 (11.33% from 255) = 29.79%
BLUE value IS 30 (12.11% from 255) = 31.91%
R=38.30%
G=29.79%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36283000.220.170.8634512.512.55
Hex241C1E0161156159dd
Octal443436026211265311515
Binary100100111001111001011010001101011010101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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