Html Css Color HEX #221E1F Aubergine

📋 copy color: '#221E1F'

red 34 ◦ green 30 ◦ blue 31

#221E1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aubergine #221E1F

Tints of Aubergine #221E1F

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 value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#221E1F (or 0x221E1F) is known color: 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

RGB 34 30 31 -
CMYK 0 0.12 0.09 0.87
HSL 345º 0.06% 0.13% -
HSV(B) 345º 0.12% 0.13% -
XYZ 1.37 1.37 1.49 -
YUV 31.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 34 30 31 0 0.12 0.09 0.87 345 0.06 0.13
Hex 22 1E 1F 0 C 9 57 159 6 D
Octal 42 36 37 0 14 11 127 531 6 15
Binary 100010 11110 11111 0 1100 1001 1010111 101011001 110 1101

Color Harmonies of #221E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221E1F

Black with #221E1F

Text Example


Text Example

White with #221E1F

Text Example


Text Example

HTML Codes & Css Web 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>