Html Css Color HEX #201318 Aubergine

📋 copy color: '#201318'

red 32 ◦ green 19 ◦ blue 24

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

Shades of Aubergine #201318

Tints of Aubergine #201318

RGB

 RED value IS 32 (12.89% from 255) = 42.67%

 GREEN value IS 19 (7.81% from 255) = 25.33%

 BLUE value IS 24 (9.77% from 255) = 32%

R = 42.67%
G = 25.33%
B = 32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.87

RGB Variations

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

Color information

#201318 (or 0x201318) is known color: Aubergine. HEX triplet: 20, 13 and 18. RGB value is (32,19,24). Sum of RGB (Red+Green+Blue) = 32+19+24=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 32 - color contains mainly: red. Hex color #201318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201318 is #DFECE7. Grayscale: #171717. Windows color (decimal): -14675176 or 1577760. OLE color: 1577760.

HSL color Cylindrical-coordinate representation of color #201318: hue angle of 336.92º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #201318 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 19 24 -
CMYK 0 0.41 0.25 0.87
HSL 336.92º 0.25% 0.1% -
HSV(B) 336.92º 0.41% 0.13% -
XYZ 0.99 0.84 0.97 -
YUV 23.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 32 19 24 0 0.41 0.25 0.87 336.92 0.25 0.1
Hex 20 13 18 0 29 19 57 151 19 A
Octal 40 23 30 0 51 31 127 521 31 12
Binary 100000 10011 11000 0 101001 11001 1010111 101010001 11001 1010

Color Harmonies of #201318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201318

Black with #201318

Text Example


Text Example

White with #201318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201318; }

 p { color: rgb(32,19,24); }

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

background-color css

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

 a { background-color: rgb(32,19,24); }

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

border-color css

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

 span { border-color: rgb(32,19,24); }

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