Html Css Color HEX #181014 Aubergine

📋 copy color: '#181014'

red 24 ◦ green 16 ◦ blue 20

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

Shades of Aubergine #181014

Tints of Aubergine #181014

RGB

 RED value IS 24 (9.77% from 255) = 40%

 GREEN value IS 16 (6.64% from 255) = 26.67%

 BLUE value IS 20 (8.2% from 255) = 33.33%

R = 40%
G = 26.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#181014 (or 0x181014) is known color: Aubergine. HEX triplet: 18, 10 and 14. RGB value is (24,16,20). Sum of RGB (Red+Green+Blue) = 24+16+20=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 24 - color contains mainly: red. Hex color #181014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181014 is #E7EFEB. Grayscale: #121212. Windows color (decimal): -15200236 or 1314840. OLE color: 1314840.

HSL color Cylindrical-coordinate representation of color #181014: hue angle of 330º degrees, saturation: 0.2, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #181014 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 16 20 -
CMYK 0 0.33 0.17 0.91
HSL 330º 0.2% 0.08% -
HSV(B) 330º 0.33% 0.09% -
XYZ 0.69 0.62 0.74 -
YUV 18.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 24 16 20 0 0.33 0.17 0.91 330 0.2 0.08
Hex 18 10 14 0 21 11 5B 14A 14 8
Octal 30 20 24 0 41 21 133 512 24 10
Binary 11000 10000 10100 0 100001 10001 1011011 101001010 10100 1000

Color Harmonies of #181014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181014

Black with #181014

Text Example


Text Example

White with #181014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181014; }

 p { color: rgb(24,16,20); }

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

background-color css

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

 a { background-color: rgb(24,16,20); }

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

border-color css

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

 span { border-color: rgb(24,16,20); }

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