Html Css Color HEX #26191D Aubergine

📋 copy color: '#26191D'

red 38 ◦ green 25 ◦ blue 29

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

Shades of Aubergine #26191D

Tints of Aubergine #26191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 27.17%

 BLUE value IS 29 (11.72% from 255) = 31.52%

R = 41.3%
G = 27.17%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#26191D (or 0x26191D) is known color: Aubergine. HEX triplet: 26, 19 and 1D. RGB value is (38,25,29). Sum of RGB (Red+Green+Blue) = 38+25+29=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 38 - color contains mainly: red. Hex color #26191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26191D is #D9E6E2. Grayscale: #1D1D1D. Windows color (decimal): -14280419 or 1906982. OLE color: 1906982.

HSL color Cylindrical-coordinate representation of color #26191D: hue angle of 341.54º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #26191D is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 25 29 -
CMYK 0 0.34 0.24 0.85
HSL 341.54º 0.21% 0.12% -
HSV(B) 341.54º 0.34% 0.15% -
XYZ 1.37 1.2 1.32 -
YUV 29.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 38 25 29 0 0.34 0.24 0.85 341.54 0.21 0.12
Hex 26 19 1D 0 22 18 55 156 15 C
Octal 46 31 35 0 42 30 125 526 25 14
Binary 100110 11001 11101 0 100010 11000 1010101 101010110 10101 1100

Color Harmonies of #26191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26191D

Black with #26191D

Text Example


Text Example

White with #26191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26191D; }

 p { color: rgb(38,25,29); }

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

background-color css

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

 a { background-color: rgb(38,25,29); }

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

border-color css

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

 span { border-color: rgb(38,25,29); }

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