#24151A

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

Shades of Aubergine #24151A

Tints of Aubergine #24151A

Color information

#24151A (or 0x24151A) is unknown color: approx Aubergine. HEX triplet: 24, 15 and 1A. RGB value is (36,21,26). Sum of RGB (Red+Green+Blue) = 36+21+26=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 36 - color contains mainly: red. Hex color #24151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24151A is #DBEAE5. Grayscale: #1A1A1A. Windows color (decimal): -14412518 or 1709348. OLE color: 1709348.

HSL color Cylindrical-coordinate representation of color #24151A: hue angle of 340º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #24151A is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.86.

Color convert

RGB362126-
CMYK00.420.280.86
HSL340º26.32%11.18%-
HSV(B)340º41.67%14.12%-
XYZ1.180.991.11-
YUV26.06127.97135.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.37%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 26 (10.55% from 255) = 31.33%
R=43.37%
G=25.30%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36212600.420.280.8634026.3211.18
Hex24151A02A1C561541ab
Octal442532052341265243213
Binary10010010101110100101010111001010110101010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24151A; }

 p { color: rgb(36,21,26); }

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

<style>
 a { background-color: #24151A; }

 a { background-color: rgb(36,21,26); }

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

<style>
 span { border-color: #24151A; }

 span { border-color: rgb(36,21,26); }

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