Html Css Color HEX #221D1E Aubergine

📋 copy color: '#221D1E'

red 34 ◦ green 29 ◦ blue 30

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

Shades of Aubergine #221D1E

Tints of Aubergine #221D1E

RGB

 RED value IS 34 (13.67% from 255) = 36.56%

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

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

R = 36.56%
G = 31.18%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#221D1E (or 0x221D1E) is known color: Aubergine. HEX triplet: 22, 1D and 1E. RGB value is (34,29,30). Sum of RGB (Red+Green+Blue) = 34+29+30=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 34 - color contains mainly: red. Hex color #221D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221D1E is #DDE2E1. Grayscale: #1E1E1E. Windows color (decimal): -14541538 or 1973538. OLE color: 1973538.

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

Color convert

RGB 34 29 30 -
CMYK 0 0.15 0.12 0.87
HSL 348º 0.08% 0.12% -
HSV(B) 348º 0.15% 0.13% -
XYZ 1.33 1.31 1.41 -
YUV 30.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 34 29 30 0 0.15 0.12 0.87 348 0.08 0.12
Hex 22 1D 1E 0 F C 57 15C 8 C
Octal 42 35 36 0 17 14 127 534 10 14
Binary 100010 11101 11110 0 1111 1100 1010111 101011100 1000 1100

Color Harmonies of #221D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221D1E

Black with #221D1E

Text Example


Text Example

White with #221D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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