Html Css Color HEX #241D20 Aubergine

📋 copy color: '#241D20'

red 36 ◦ green 29 ◦ blue 32

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

Shades of Aubergine #241D20

Tints of Aubergine #241D20

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29.9%

 BLUE value IS 32 (12.89% from 255) = 32.99%

R = 37.11%
G = 29.9%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#241D20 (or 0x241D20) is known color: 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

RGB 36 29 32 -
CMYK 0 0.19 0.11 0.86
HSL 334.29º 0.11% 0.13% -
HSV(B) 334.29º 0.19% 0.14% -
XYZ 1.43 1.36 1.55 -
YUV 31.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 36 29 32 0 0.19 0.11 0.86 334.29 0.11 0.13
Hex 24 1D 20 0 13 B 56 14E B D
Octal 44 35 40 0 23 13 126 516 13 15
Binary 100100 11101 100000 0 10011 1011 1010110 101001110 1011 1101

Color Harmonies of #241D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241D20

Black with #241D20

Text Example


Text Example

White with #241D20

Text Example


Text Example

HTML Codes & Css Web 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>