#241A1D

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

Shades of Aubergine #241A1D

Tints of Aubergine #241A1D

Color information

#241A1D (or 0x241A1D) is unknown color: approx Aubergine. HEX triplet: 24, 1A and 1D. RGB value is (36,26,29). Sum of RGB (Red+Green+Blue) = 36+26+29=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 36 - color contains mainly: red. Hex color #241A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A1D is #DBE5E2. Grayscale: #1D1D1D. Windows color (decimal): -14411235 or 1907236. OLE color: 1907236.

HSL color Cylindrical-coordinate representation of color #241A1D: hue angle of 342º 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 #241A1D is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.86.

Color convert

RGB362629-
CMYK00.280.190.86
HSL342º16.13%12.16%-
HSV(B)342º27.78%14.12%-
XYZ1.321.21.33-
YUV29.33127.81132.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.56%
GREEN value IS 26 (10.55% from 255) = 28.57%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=39.56%
G=28.57%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36262900.280.190.8634216.1312.16
Hex241A1D01C135615610c
Octal443235034231265262014
Binary1001001101011101011100100111010110101010110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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