Html Css Color HEX #22191C Aubergine

📋 copy color: '#22191C'

red 34 ◦ green 25 ◦ blue 28

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

Shades of Aubergine #22191C

Tints of Aubergine #22191C

RGB

 RED value IS 34 (13.67% from 255) = 39.08%

 GREEN value IS 25 (10.16% from 255) = 28.74%

 BLUE value IS 28 (11.33% from 255) = 32.18%

R = 39.08%
G = 28.74%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.87

RGB Variations

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

Color information

#22191C (or 0x22191C) is known color: Aubergine. HEX triplet: 22, 19 and 1C. RGB value is (34,25,28). Sum of RGB (Red+Green+Blue) = 34+25+28=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 34 - color contains mainly: red. Hex color #22191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22191C is #DDE6E3. Grayscale: #1C1C1C. Windows color (decimal): -14542564 or 1841442. OLE color: 1841442.

HSL color Cylindrical-coordinate representation of color #22191C: hue angle of 340º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #22191C is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 25 28 -
CMYK 0 0.26 0.18 0.87
HSL 340º 0.15% 0.12% -
HSV(B) 340º 0.26% 0.13% -
XYZ 1.22 1.12 1.25 -
YUV 28.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 34 25 28 0 0.26 0.18 0.87 340 0.15 0.12
Hex 22 19 1C 0 1A 12 57 154 F C
Octal 42 31 34 0 32 22 127 524 17 14
Binary 100010 11001 11100 0 11010 10010 1010111 101010100 1111 1100

Color Harmonies of #22191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22191C

Black with #22191C

Text Example


Text Example

White with #22191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22191C; }

 p { color: rgb(34,25,28); }

 H1.HeaderClassName
 {
   color: #22191C;
 }
 .AnyTagClassName
 {
   color: #22191C;
 }
</style>

background-color css

<style>
 a { background-color: #22191C; }

 a { background-color: rgb(34,25,28); }

 div.DivClassName
 {
   background-color: #22191C;
 }
 .BgClassName
 {
   background-color: #22191C;
 }
</style>

border-color css

<style>
 span { border-color: #22191C; }

 span { border-color: rgb(34,25,28); }

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