#241E1F

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

Shades of Aubergine #241E1F

Tints of Aubergine #241E1F

Color information

#241E1F (or 0x241E1F) is unknown color: approx Aubergine. HEX triplet: 24, 1E and 1F. RGB value is (36,30,31). Sum of RGB (Red+Green+Blue) = 36+30+31=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 36 - color contains mainly: red. Hex color #241E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241E1F is #DBE1E0. Grayscale: #1F1F1F. Windows color (decimal): -14410209 or 2039332. OLE color: 2039332.

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

Color convert

RGB363031-
CMYK00.170.140.86
HSL350º9.09%12.94%-
HSV(B)350º16.67%14.12%-
XYZ1.441.41.49-
YUV31.91127.49130.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.11%
GREEN value IS 30 (12.11% from 255) = 30.93%
BLUE value IS 31 (12.5% from 255) = 31.96%
R=37.11%
G=30.93%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36303100.170.140.863509.0912.94
Hex241E1F011E5615e9d
Octal443637021161265361115
Binary10010011110111110100011110101011010101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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