#221B1E

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

Shades of Aubergine #221B1E

Tints of Aubergine #221B1E

Color information

#221B1E (or 0x221B1E) is unknown color: approx Aubergine. HEX triplet: 22, 1B and 1E. RGB value is (34,27,30). Sum of RGB (Red+Green+Blue) = 34+27+30=91 (12% of max value = 765). Red value is 34 (13.67% from 255 or 37.36% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 34 - color contains mainly: red. Hex color #221B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B1E is #DDE4E1. Grayscale: #1D1D1D. Windows color (decimal): -14542050 or 1973026. OLE color: 1973026.

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

Color convert

RGB342730-
CMYK00.210.120.87
HSL334.29º11.48%11.96%-
HSV(B)334.29º20.59%13.33%-
XYZ1.291.221.4-
YUV29.44128.32131.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 37.36%
GREEN value IS 27 (10.94% from 255) = 29.67%
BLUE value IS 30 (12.11% from 255) = 32.97%
R=37.36%
G=29.67%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34273000.210.120.87334.2911.4811.96
Hex221B1E015C5714ebc
Octal423336025141275161314
Binary10001011011111100101011100101011110100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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