Html Css Color HEX #24181D Aubergine

📋 copy color: '#24181D'

red 36 ◦ green 24 ◦ blue 29

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

Shades of Aubergine #24181D

Tints of Aubergine #24181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 32.58%

R = 40.45%
G = 26.97%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.86

RGB Variations

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

Color information

#24181D (or 0x24181D) is known color: Aubergine. HEX triplet: 24, 18 and 1D. RGB value is (36,24,29). Sum of RGB (Red+Green+Blue) = 36+24+29=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 36 - color contains mainly: red. Hex color #24181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24181D is #DBE7E2. Grayscale: #1C1C1C. Windows color (decimal): -14411747 or 1906724. OLE color: 1906724.

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

Color convert

RGB 36 24 29 -
CMYK 0 0.33 0.19 0.86
HSL 335º 0.2% 0.12% -
HSV(B) 335º 0.33% 0.14% -
XYZ 1.28 1.12 1.31 -
YUV 28.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 36 24 29 0 0.33 0.19 0.86 335 0.2 0.12
Hex 24 18 1D 0 21 13 56 14F 14 C
Octal 44 30 35 0 41 23 126 517 24 14
Binary 100100 11000 11101 0 100001 10011 1010110 101001111 10100 1100

Color Harmonies of #24181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24181D

Black with #24181D

Text Example


Text Example

White with #24181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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