Html Css Color HEX #292526 Aubergine

📋 copy color: '#292526'

red 41 ◦ green 37 ◦ blue 38

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

Shades of Aubergine #292526

Tints of Aubergine #292526

RGB

 RED value IS 41 (16.41% from 255) = 35.34%

 GREEN value IS 37 (14.84% from 255) = 31.9%

 BLUE value IS 38 (15.23% from 255) = 32.76%

R = 35.34%
G = 31.9%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#292526 (or 0x292526) is known color: Aubergine. HEX triplet: 29, 25 and 26. RGB value is (41,37,38). Sum of RGB (Red+Green+Blue) = 41+37+38=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 41 - color contains mainly: red. Hex color #292526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292526 is #D6DAD9. Grayscale: #262626. Windows color (decimal): -14080730 or 2499881. OLE color: 2499881.

HSL color Cylindrical-coordinate representation of color #292526: hue angle of 345º degrees, saturation: 0.05, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #292526 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 37 38 -
CMYK 0 0.10 0.07 0.84
HSL 345º 0.05% 0.15% -
HSV(B) 345º 0.1% 0.16% -
XYZ 1.93 1.93 2.11 -
YUV 38.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 41 37 38 0 0.10 0.07 0.84 345 0.05 0.15
Hex 29 25 26 0 A 7 54 159 5 F
Octal 51 45 46 0 12 7 124 531 5 17
Binary 101001 100101 100110 0 1010 111 1010100 101011001 101 1111

Color Harmonies of #292526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292526

Black with #292526

Text Example


Text Example

White with #292526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292526; }

 p { color: rgb(41,37,38); }

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

background-color css

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

 a { background-color: rgb(41,37,38); }

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

border-color css

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

 span { border-color: rgb(41,37,38); }

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