Html Css Color HEX #26181C Aubergine

📋 copy color: '#26181C'

red 38 ◦ green 24 ◦ blue 28

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

Shades of Aubergine #26181C

Tints of Aubergine #26181C

RGB

 RED value IS 38 (15.23% from 255) = 42.22%

 GREEN value IS 24 (9.77% from 255) = 26.67%

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

R = 42.22%
G = 26.67%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.85

RGB Variations

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

Color information

#26181C (or 0x26181C) is known color: Aubergine. HEX triplet: 26, 18 and 1C. RGB value is (38,24,28). Sum of RGB (Red+Green+Blue) = 38+24+28=90 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.22% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 38 - color contains mainly: red. Hex color #26181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26181C is #D9E7E3. Grayscale: #1C1C1C. Windows color (decimal): -14280676 or 1841190. OLE color: 1841190.

HSL color Cylindrical-coordinate representation of color #26181C: hue angle of 342.86º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #26181C is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 24 28 -
CMYK 0 0.37 0.26 0.85
HSL 342.86º 0.23% 0.12% -
HSV(B) 342.86º 0.37% 0.15% -
XYZ 1.34 1.15 1.25 -
YUV 28.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 38 24 28 0 0.37 0.26 0.85 342.86 0.23 0.12
Hex 26 18 1C 0 25 1A 55 157 17 C
Octal 46 30 34 0 45 32 125 527 27 14
Binary 100110 11000 11100 0 100101 11010 1010101 101010111 10111 1100

Color Harmonies of #26181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26181C

Black with #26181C

Text Example


Text Example

White with #26181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26181C; }

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

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

background-color css

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

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

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

border-color css

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

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

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