#241D1E

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

Shades of Aubergine #241D1E

Tints of Aubergine #241D1E

Color information

#241D1E (or 0x241D1E) is unknown color: approx Aubergine. HEX triplet: 24, 1D and 1E. RGB value is (36,29,30). Sum of RGB (Red+Green+Blue) = 36+29+30=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 36 - color contains mainly: red. Hex color #241D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D1E is #DBE2E1. Grayscale: #1F1F1F. Windows color (decimal): -14410466 or 1973540. OLE color: 1973540.

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

Color convert

RGB362930-
CMYK00.190.170.86
HSL351.43º10.77%12.75%-
HSV(B)351.43º19.44%14.12%-
XYZ1.41.351.41-
YUV31.21127.32131.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.89%
GREEN value IS 29 (11.72% from 255) = 30.53%
BLUE value IS 30 (12.11% from 255) = 31.58%
R=37.89%
G=30.53%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36293000.190.170.86351.4310.7712.75
Hex241D1E013115615fbd
Octal443536023211265371315
Binary100100111011111001001110001101011010101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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