Html Css Color HEX #231A1C Aubergine

📋 copy color: '#231A1C'

red 35 ◦ green 26 ◦ blue 28

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

Shades of Aubergine #231A1C

Tints of Aubergine #231A1C

RGB

 RED value IS 35 (14.06% from 255) = 39.33%

 GREEN value IS 26 (10.55% from 255) = 29.21%

 BLUE value IS 28 (11.33% from 255) = 31.46%

R = 39.33%
G = 29.21%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.86

RGB Variations

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

Color information

#231A1C (or 0x231A1C) is known color: Aubergine. HEX triplet: 23, 1A and 1C. RGB value is (35,26,28). Sum of RGB (Red+Green+Blue) = 35+26+28=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 35 - color contains mainly: red. Hex color #231A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A1C is #DCE5E3. Grayscale: #1C1C1C. Windows color (decimal): -14476772 or 1841699. OLE color: 1841699.

HSL color Cylindrical-coordinate representation of color #231A1C: hue angle of 346.67º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #231A1C is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 26 28 -
CMYK 0 0.26 0.20 0.86
HSL 346.67º 0.15% 0.12% -
HSV(B) 346.67º 0.26% 0.14% -
XYZ 1.27 1.18 1.26 -
YUV 28.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 35 26 28 0 0.26 0.20 0.86 346.67 0.15 0.12
Hex 23 1A 1C 0 1A 14 56 15B F C
Octal 43 32 34 0 32 24 126 533 17 14
Binary 100011 11010 11100 0 11010 10100 1010110 101011011 1111 1100

Color Harmonies of #231A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A1C

Black with #231A1C

Text Example


Text Example

White with #231A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231A1C; }

 p { color: rgb(35,26,28); }

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

background-color css

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

 a { background-color: rgb(35,26,28); }

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

border-color css

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

 span { border-color: rgb(35,26,28); }

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