Html Css Color HEX #241F20 Aubergine

📋 copy color: '#241F20'

red 36 ◦ green 31 ◦ blue 32

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

Shades of Aubergine #241F20

Tints of Aubergine #241F20

RGB

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

 GREEN value IS 31 (12.5% from 255) = 31.31%

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

R = 36.36%
G = 31.31%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#241F20 (or 0x241F20) is known color: Aubergine. HEX triplet: 24, 1F and 20. RGB value is (36,31,32). Sum of RGB (Red+Green+Blue) = 36+31+32=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 36 - color contains mainly: red. Hex color #241F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F20 is #DBE0DF. Grayscale: #202020. Windows color (decimal): -14409952 or 2105124. OLE color: 2105124.

HSL color Cylindrical-coordinate representation of color #241F20: hue angle of 348º degrees, saturation: 0.07, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #241F20 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 31 32 -
CMYK 0 0.14 0.11 0.86
HSL 348º 0.07% 0.13% -
HSV(B) 348º 0.14% 0.14% -
XYZ 1.48 1.46 1.57 -
YUV 32.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 36 31 32 0 0.14 0.11 0.86 348 0.07 0.13
Hex 24 1F 20 0 E B 56 15C 7 D
Octal 44 37 40 0 16 13 126 534 7 15
Binary 100100 11111 100000 0 1110 1011 1010110 101011100 111 1101

Color Harmonies of #241F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F20

Black with #241F20

Text Example


Text Example

White with #241F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #241F20;
 }
 .AnyTagClassName
 {
   color: #241F20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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