#241D20

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

Shades of Aubergine #241D20

Tints of Aubergine #241D20

Color information

#241D20 (or 0x241D20) is unknown color: approx Aubergine. HEX triplet: 24, 1D and 20. RGB value is (36,29,32). Sum of RGB (Red+Green+Blue) = 36+29+32=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 36 - color contains mainly: red. Hex color #241D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D20 is #DBE2DF. Grayscale: #1F1F1F. Windows color (decimal): -14410464 or 2104612. OLE color: 2104612.

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

Color convert

RGB362932-
CMYK00.190.110.86
HSL334.29º10.77%12.75%-
HSV(B)334.29º19.44%14.12%-
XYZ1.431.361.55-
YUV31.44128.32131.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.11%
GREEN value IS 29 (11.72% from 255) = 29.90%
BLUE value IS 32 (12.89% from 255) = 32.99%
R=37.11%
G=29.90%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36293200.190.110.86334.2910.7712.75
Hex241D20013B5614ebd
Octal443540023131265161315
Binary100100111011000000100111011101011010100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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