Html Css Color HEX #21171A Aubergine

📋 copy color: '#21171A'

red 33 ◦ green 23 ◦ blue 26

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

Shades of Aubergine #21171A

Tints of Aubergine #21171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 28.05%

 BLUE value IS 26 (10.55% from 255) = 31.71%

R = 40.24%
G = 28.05%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.87

RGB Variations

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

Color information

#21171A (or 0x21171A) is known color: Aubergine. HEX triplet: 21, 17 and 1A. RGB value is (33,23,26). Sum of RGB (Red+Green+Blue) = 33+23+26=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 33 - color contains mainly: red. Hex color #21171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21171A is #DEE8E5. Grayscale: #1A1A1A. Windows color (decimal): -14608614 or 1709857. OLE color: 1709857.

HSL color Cylindrical-coordinate representation of color #21171A: hue angle of 342º degrees, saturation: 0.18, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #21171A is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 23 26 -
CMYK 0 0.30 0.21 0.87
HSL 342º 0.18% 0.11% -
HSV(B) 342º 0.3% 0.13% -
XYZ 1.12 1.01 1.11 -
YUV 26.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 33 23 26 0 0.30 0.21 0.87 342 0.18 0.11
Hex 21 17 1A 0 1E 15 57 156 12 B
Octal 41 27 32 0 36 25 127 526 22 13
Binary 100001 10111 11010 0 11110 10101 1010111 101010110 10010 1011

Color Harmonies of #21171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21171A

Black with #21171A

Text Example


Text Example

White with #21171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21171A; }

 p { color: rgb(33,23,26); }

 H1.HeaderClassName
 {
   color: #21171A;
 }
 .AnyTagClassName
 {
   color: #21171A;
 }
</style>

background-color css

<style>
 a { background-color: #21171A; }

 a { background-color: rgb(33,23,26); }

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

border-color css

<style>
 span { border-color: #21171A; }

 span { border-color: rgb(33,23,26); }

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