#221D1F

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

Shades of Aubergine #221D1F

Tints of Aubergine #221D1F

Color information

#221D1F (or 0x221D1F) is unknown color: approx Aubergine. HEX triplet: 22, 1D and 1F. RGB value is (34,29,31). Sum of RGB (Red+Green+Blue) = 34+29+31=94 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.17% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 34 - color contains mainly: red. Hex color #221D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221D1F is #DDE2E0. Grayscale: #1E1E1E. Windows color (decimal): -14541537 or 2039074. OLE color: 2039074.

HSL color Cylindrical-coordinate representation of color #221D1F: hue angle of 336º 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 #221D1F is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB342931-
CMYK00.150.090.87
HSL336º7.94%12.35%-
HSV(B)336º14.71%13.33%-
XYZ1.351.321.48-
YUV30.72128.16130.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.17%
GREEN value IS 29 (11.72% from 255) = 30.85%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=36.17%
G=30.85%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34293100.150.090.873367.9412.35
Hex221D1F0F9571508c
Octal423537017111275201014
Binary1000101110111111011111001101011110101000010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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