#221A1C

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

Shades of Aubergine #221A1C

Tints of Aubergine #221A1C

Color information

#221A1C (or 0x221A1C) is unknown color: approx Aubergine. HEX triplet: 22, 1A and 1C. RGB value is (34,26,28). Sum of RGB (Red+Green+Blue) = 34+26+28=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 34 - color contains mainly: red. Hex color #221A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221A1C is #DDE5E3. Grayscale: #1C1C1C. Windows color (decimal): -14542308 or 1841698. OLE color: 1841698.

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

Color convert

RGB342628-
CMYK00.240.180.87
HSL345º13.33%11.76%-
HSV(B)345º23.53%13.33%-
XYZ1.241.161.26-
YUV28.62127.65131.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.64%
GREEN value IS 26 (10.55% from 255) = 29.55%
BLUE value IS 28 (11.33% from 255) = 31.82%
R=38.64%
G=29.55%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34262800.240.180.8734513.3311.76
Hex221A1C0181257159dc
Octal423234030221275311514
Binary100010110101110001100010010101011110101100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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