Html Css Color HEX #221D1F Aubergine

📋 copy color: '#221D1F'

red 34 ◦ green 29 ◦ blue 31

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

Shades of Aubergine #221D1F

Tints of Aubergine #221D1F

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

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

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

RGB 34 29 31 -
CMYK 0 0.15 0.09 0.87
HSL 336º 0.08% 0.12% -
HSV(B) 336º 0.15% 0.13% -
XYZ 1.35 1.32 1.48 -
YUV 30.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 34 29 31 0 0.15 0.09 0.87 336 0.08 0.12
Hex 22 1D 1F 0 F 9 57 150 8 C
Octal 42 35 37 0 17 11 127 520 10 14
Binary 100010 11101 11111 0 1111 1001 1010111 101010000 1000 1100

Color Harmonies of #221D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221D1F

Black with #221D1F

Text Example


Text Example

White with #221D1F

Text Example


Text Example

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