Html Css Color HEX #201D1E Aubergine

📋 copy color: '#201D1E'

red 32 ◦ green 29 ◦ blue 30

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

Shades of Aubergine #201D1E

Tints of Aubergine #201D1E

RGB

 RED value IS 32 (12.89% from 255) = 35.16%

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

 BLUE value IS 30 (12.11% from 255) = 32.97%

R = 35.16%
G = 31.87%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#201D1E (or 0x201D1E) is known color: Aubergine. HEX triplet: 20, 1D and 1E. RGB value is (32,29,30). Sum of RGB (Red+Green+Blue) = 32+29+30=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 32 - color contains mainly: red. Hex color #201D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201D1E is #DFE2E1. Grayscale: #1E1E1E. Windows color (decimal): -14672610 or 1973536. OLE color: 1973536.

HSL color Cylindrical-coordinate representation of color #201D1E: hue angle of 340º degrees, saturation: 0.05, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #201D1E is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 29 30 -
CMYK 0 0.09 0.06 0.87
HSL 340º 0.05% 0.12% -
HSV(B) 340º 0.09% 0.13% -
XYZ 1.27 1.28 1.41 -
YUV 30.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 32 29 30 0 0.09 0.06 0.87 340 0.05 0.12
Hex 20 1D 1E 0 9 6 57 154 5 C
Octal 40 35 36 0 11 6 127 524 5 14
Binary 100000 11101 11110 0 1001 110 1010111 101010100 101 1100

Color Harmonies of #201D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201D1E

Black with #201D1E

Text Example


Text Example

White with #201D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201D1E; }

 p { color: rgb(32,29,30); }

 H1.HeaderClassName
 {
   color: #201D1E;
 }
 .AnyTagClassName
 {
   color: #201D1E;
 }
</style>

background-color css

<style>
 a { background-color: #201D1E; }

 a { background-color: rgb(32,29,30); }

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

border-color css

<style>
 span { border-color: #201D1E; }

 span { border-color: rgb(32,29,30); }

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