#241D1F

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

Shades of Aubergine #241D1F

Tints of Aubergine #241D1F

Color information

#241D1F (or 0x241D1F) is unknown color: approx Aubergine. HEX triplet: 24, 1D and 1F. RGB value is (36,29,31). Sum of RGB (Red+Green+Blue) = 36+29+31=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 36 - color contains mainly: red. Hex color #241D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D1F is #DBE2E0. Grayscale: #1F1F1F. Windows color (decimal): -14410465 or 2039076. OLE color: 2039076.

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

Color convert

RGB362931-
CMYK00.190.140.86
HSL342.86º10.77%12.75%-
HSV(B)342.86º19.44%14.12%-
XYZ1.411.351.48-
YUV31.32127.82131.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.5%
GREEN value IS 29 (11.72% from 255) = 30.21%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=37.5%
G=30.21%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36293100.190.140.86342.8610.7712.75
Hex241D1F013E56157bd
Octal443537023161265271315
Binary10010011101111110100111110101011010101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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