Html Css Color HEX #24181C Aubergine

📋 copy color: '#24181C'

red 36 ◦ green 24 ◦ blue 28

#24181C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aubergine #24181C

Tints of Aubergine #24181C

RGB

 RED value IS 36 (14.45% from 255) = 40.91%

 GREEN value IS 24 (9.77% from 255) = 27.27%

 BLUE value IS 28 (11.33% from 255) = 31.82%

R = 40.91%
G = 27.27%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.86

RGB Variations

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

Color information

#24181C (or 0x24181C) is known color: Aubergine. HEX triplet: 24, 18 and 1C. RGB value is (36,24,28). Sum of RGB (Red+Green+Blue) = 36+24+28=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 36 - color contains mainly: red. Hex color #24181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24181C is #DBE7E3. Grayscale: #1C1C1C. Windows color (decimal): -14411748 or 1841188. OLE color: 1841188.

HSL color Cylindrical-coordinate representation of color #24181C: hue angle of 340º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #24181C is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 24 28 -
CMYK 0 0.33 0.22 0.86
HSL 340º 0.2% 0.12% -
HSV(B) 340º 0.33% 0.14% -
XYZ 1.26 1.11 1.25 -
YUV 28.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 36 24 28 0 0.33 0.22 0.86 340 0.2 0.12
Hex 24 18 1C 0 21 16 56 154 14 C
Octal 44 30 34 0 41 26 126 524 24 14
Binary 100100 11000 11100 0 100001 10110 1010110 101010100 10100 1100

Color Harmonies of #24181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24181C

Black with #24181C

Text Example


Text Example

White with #24181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24181C; }

 p { color: rgb(36,24,28); }

 H1.HeaderClassName
 {
   color: #24181C;
 }
 .AnyTagClassName
 {
   color: #24181C;
 }
</style>

background-color css

<style>
 a { background-color: #24181C; }

 a { background-color: rgb(36,24,28); }

 div.DivClassName
 {
   background-color: #24181C;
 }
 .BgClassName
 {
   background-color: #24181C;
 }
</style>

border-color css

<style>
 span { border-color: #24181C; }

 span { border-color: rgb(36,24,28); }

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