#221D1E

Color #221D1E Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #221D1E

Tints of Aubergine #221D1E

Color information

#221D1E (or 0x221D1E) is unknown color: approx 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

RGB342930-
CMYK00.150.120.87
HSL348º7.94%12.35%-
HSV(B)348º14.71%13.33%-
XYZ1.331.311.41-
YUV30.61127.66130.42-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34293000.150.120.873487.9412.35
Hex221D1E0FC5715c8c
Octal423536017141275341014
Binary1000101110111110011111100101011110101110010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>