Html Css Color HEX #1C1618 Aubergine

📋 copy color: '#1C1618'

red 28 ◦ green 22 ◦ blue 24

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

Shades of Aubergine #1C1618

Tints of Aubergine #1C1618

RGB

 RED value IS 28 (11.33% from 255) = 37.84%

 GREEN value IS 22 (8.98% from 255) = 29.73%

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

R = 37.84%
G = 29.73%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.89

RGB Variations

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

Color information

#1C1618 (or 0x1C1618) is known color: Aubergine. HEX triplet: 1C, 16 and 18. RGB value is (28,22,24). Sum of RGB (Red+Green+Blue) = 28+22+24=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1618 is #E3E9E7. Grayscale: #181818. Windows color (decimal): -14936552 or 1578524. OLE color: 1578524.

HSL color Cylindrical-coordinate representation of color #1C1618: hue angle of 340º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1C1618 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 22 24 -
CMYK 0 0.21 0.14 0.89
HSL 340º 0.12% 0.1% -
HSV(B) 340º 0.21% 0.11% -
XYZ 0.93 0.89 0.99 -
YUV 24.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 28 22 24 0 0.21 0.14 0.89 340 0.12 0.1
Hex 1C 16 18 0 15 E 59 154 C A
Octal 34 26 30 0 25 16 131 524 14 12
Binary 11100 10110 11000 0 10101 1110 1011001 101010100 1100 1010

Color Harmonies of #1C1618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1618

Black with #1C1618

Text Example


Text Example

White with #1C1618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C1618; }

 p { color: rgb(28,22,24); }

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

background-color css

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

 a { background-color: rgb(28,22,24); }

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

border-color css

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

 span { border-color: rgb(28,22,24); }

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