#241F20

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

Shades of Aubergine #241F20

Tints of Aubergine #241F20

Color information

#241F20 (or 0x241F20) is unknown color: approx Aubergine. HEX triplet: 24, 1F and 20. RGB value is (36,31,32). Sum of RGB (Red+Green+Blue) = 36+31+32=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 36 - color contains mainly: red. Hex color #241F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F20 is #DBE0DF. Grayscale: #202020. Windows color (decimal): -14409952 or 2105124. OLE color: 2105124.

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

Color convert

RGB363132-
CMYK00.140.110.86
HSL348º7.46%13.14%-
HSV(B)348º13.89%14.12%-
XYZ1.481.461.57-
YUV32.61127.66130.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36.36%
GREEN value IS 31 (12.5% from 255) = 31.31%
BLUE value IS 32 (12.89% from 255) = 32.32%
R=36.36%
G=31.31%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36313200.140.110.863487.4613.14
Hex241F200EB5615c7d
Octal44374001613126534715
Binary1001001111110000001110101110101101010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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