#24181D

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

Shades of Aubergine #24181D

Tints of Aubergine #24181D

Color information

#24181D (or 0x24181D) is unknown color: approx Aubergine. HEX triplet: 24, 18 and 1D. RGB value is (36,24,29). Sum of RGB (Red+Green+Blue) = 36+24+29=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 36 - color contains mainly: red. Hex color #24181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24181D is #DBE7E2. Grayscale: #1C1C1C. Windows color (decimal): -14411747 or 1906724. OLE color: 1906724.

HSL color Cylindrical-coordinate representation of color #24181D: hue angle of 335º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #24181D is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.86.

Color convert

RGB362429-
CMYK00.330.190.86
HSL335º20%11.76%-
HSV(B)335º33.33%14.12%-
XYZ1.281.121.31-
YUV28.16128.48133.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.45%
GREEN value IS 24 (9.77% from 255) = 26.97%
BLUE value IS 29 (11.72% from 255) = 32.58%
R=40.45%
G=26.97%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36242900.330.190.863352011.76
Hex24181D021135614f14c
Octal443035041231265172414
Binary10010011000111010100001100111010110101001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24181D; }

 p { color: rgb(36,24,29); }

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

<style>
 a { background-color: #24181D; }

 a { background-color: rgb(36,24,29); }

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

<style>
 span { border-color: #24181D; }

 span { border-color: rgb(36,24,29); }

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