Html Css Color HEX #21171B Aubergine

📋 copy color: '#21171B'

red 33 ◦ green 23 ◦ blue 27

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

Shades of Aubergine #21171B

Tints of Aubergine #21171B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 32.53%

R = 39.76%
G = 27.71%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.87

RGB Variations

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

Color information

#21171B (or 0x21171B) is known color: Aubergine. HEX triplet: 21, 17 and 1B. RGB value is (33,23,27). Sum of RGB (Red+Green+Blue) = 33+23+27=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 33 - color contains mainly: red. Hex color #21171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21171B is #DEE8E4. Grayscale: #1A1A1A. Windows color (decimal): -14608613 or 1775393. OLE color: 1775393.

HSL color Cylindrical-coordinate representation of color #21171B: hue angle of 336º 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 #21171B is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 23 27 -
CMYK 0 0.30 0.18 0.87
HSL 336º 0.18% 0.11% -
HSV(B) 336º 0.3% 0.13% -
XYZ 1.13 1.02 1.17 -
YUV 26.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 33 23 27 0 0.30 0.18 0.87 336 0.18 0.11
Hex 21 17 1B 0 1E 12 57 150 12 B
Octal 41 27 33 0 36 22 127 520 22 13
Binary 100001 10111 11011 0 11110 10010 1010111 101010000 10010 1011

Color Harmonies of #21171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21171B

Black with #21171B

Text Example


Text Example

White with #21171B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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