Html Css Color HEX #1C1518 Aubergine

📋 copy color: '#1C1518'

red 28 ◦ green 21 ◦ blue 24

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

Shades of Aubergine #1C1518

Tints of Aubergine #1C1518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 28.77%

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

R = 38.36%
G = 28.77%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.89

RGB Variations

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

Color information

#1C1518 (or 0x1C1518) is known color: Aubergine. HEX triplet: 1C, 15 and 18. RGB value is (28,21,24). Sum of RGB (Red+Green+Blue) = 28+21+24=73 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.36% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1518 is #E3EAE7. Grayscale: #171717. Windows color (decimal): -14936808 or 1578268. OLE color: 1578268.

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

Color convert

RGB 28 21 24 -
CMYK 0 0.25 0.14 0.89
HSL 334.29º 0.14% 0.1% -
HSV(B) 334.29º 0.25% 0.11% -
XYZ 0.91 0.85 0.98 -
YUV 23.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 28 21 24 0 0.25 0.14 0.89 334.29 0.14 0.1
Hex 1C 15 18 0 19 E 59 14E E A
Octal 34 25 30 0 31 16 131 516 16 12
Binary 11100 10101 11000 0 11001 1110 1011001 101001110 1110 1010

Color Harmonies of #1C1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1518

Black with #1C1518

Text Example


Text Example

White with #1C1518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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