#221E1F

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

Shades of Aubergine #221E1F

Tints of Aubergine #221E1F

Color information

#221E1F (or 0x221E1F) is unknown color: approx Aubergine. HEX triplet: 22, 1E and 1F. RGB value is (34,30,31). Sum of RGB (Red+Green+Blue) = 34+30+31=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 34 - color contains mainly: red. Hex color #221E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221E1F is #DDE1E0. Grayscale: #1F1F1F. Windows color (decimal): -14541281 or 2039330. OLE color: 2039330.

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

Color convert

RGB343031-
CMYK00.120.090.87
HSL345º6.25%12.55%-
HSV(B)345º11.76%13.33%-
XYZ1.371.371.49-
YUV31.31127.83129.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.79%
GREEN value IS 30 (12.11% from 255) = 31.58%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=35.79%
G=31.58%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34303100.120.090.873456.2512.55
Hex221E1F0C9571596d
Octal42363701411127531615
Binary100010111101111101100100110101111010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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