Html Css Color HEX #21191C Aubergine

📋 copy color: '#21191C'

red 33 ◦ green 25 ◦ blue 28

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

Shades of Aubergine #21191C

Tints of Aubergine #21191C

RGB

 RED value IS 33 (13.28% from 255) = 38.37%

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

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

R = 38.37%
G = 29.07%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#21191C (or 0x21191C) is known color: Aubergine. HEX triplet: 21, 19 and 1C. RGB value is (33,25,28). Sum of RGB (Red+Green+Blue) = 33+25+28=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 33 - color contains mainly: red. Hex color #21191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21191C is #DEE6E3. Grayscale: #1B1B1B. Windows color (decimal): -14608100 or 1841441. OLE color: 1841441.

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

Color convert

RGB 33 25 28 -
CMYK 0 0.24 0.15 0.87
HSL 337.5º 0.14% 0.11% -
HSV(B) 337.5º 0.24% 0.13% -
XYZ 1.18 1.1 1.25 -
YUV 27.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 33 25 28 0 0.24 0.15 0.87 337.5 0.14 0.11
Hex 21 19 1C 0 18 F 57 152 E B
Octal 41 31 34 0 30 17 127 522 16 13
Binary 100001 11001 11100 0 11000 1111 1010111 101010010 1110 1011

Color Harmonies of #21191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21191C

Black with #21191C

Text Example


Text Example

White with #21191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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