Html Css Color HEX #211D1E Aubergine

📋 copy color: '#211D1E'

red 33 ◦ green 29 ◦ blue 30

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

Shades of Aubergine #211D1E

Tints of Aubergine #211D1E

RGB

 RED value IS 33 (13.28% from 255) = 35.87%

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

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

R = 35.87%
G = 31.52%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#211D1E (or 0x211D1E) is known color: Aubergine. HEX triplet: 21, 1D and 1E. RGB value is (33,29,30). Sum of RGB (Red+Green+Blue) = 33+29+30=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 33 - color contains mainly: red. Hex color #211D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D1E is #DEE2E1. Grayscale: #1E1E1E. Windows color (decimal): -14607074 or 1973537. OLE color: 1973537.

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

Color convert

RGB 33 29 30 -
CMYK 0 0.12 0.09 0.87
HSL 345º 0.06% 0.12% -
HSV(B) 345º 0.12% 0.13% -
XYZ 1.3 1.3 1.41 -
YUV 30.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 33 29 30 0 0.12 0.09 0.87 345 0.06 0.12
Hex 21 1D 1E 0 C 9 57 159 6 C
Octal 41 35 36 0 14 11 127 531 6 14
Binary 100001 11101 11110 0 1100 1001 1010111 101011001 110 1100

Color Harmonies of #211D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211D1E

Black with #211D1E

Text Example


Text Example

White with #211D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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