#221C1D

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

Shades of Aubergine #221C1D

Tints of Aubergine #221C1D

Color information

#221C1D (or 0x221C1D) is unknown color: approx Aubergine. HEX triplet: 22, 1C and 1D. RGB value is (34,28,29). Sum of RGB (Red+Green+Blue) = 34+28+29=91 (12% of max value = 765). Red value is 34 (13.67% from 255 or 37.36% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 34 - color contains mainly: red. Hex color #221C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221C1D is #DDE3E2. Grayscale: #1D1D1D. Windows color (decimal): -14541795 or 1907746. OLE color: 1907746.

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

Color convert

RGB342829-
CMYK00.180.150.87
HSL350º9.68%12.16%-
HSV(B)350º17.65%13.33%-
XYZ1.31.261.34-
YUV29.91127.49130.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 37.36%
GREEN value IS 28 (11.33% from 255) = 30.77%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=37.36%
G=30.77%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34282900.180.150.873509.6812.16
Hex221C1D012F5715eac
Octal423435022171275361214
Binary10001011100111010100101111101011110101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #221C1D;
 }
 .AnyTagClassName
 {
   color: #221C1D;
 }
</style>
background-color css

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

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

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

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

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

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