Html Css Color HEX #292425 Aubergine

📋 copy color: '#292425'

red 41 ◦ green 36 ◦ blue 37

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

Shades of Aubergine #292425

Tints of Aubergine #292425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.58%

 BLUE value IS 37 (14.84% from 255) = 32.46%

R = 35.96%
G = 31.58%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#292425 (or 0x292425) is known color: Aubergine. HEX triplet: 29, 24 and 25. RGB value is (41,36,37). Sum of RGB (Red+Green+Blue) = 41+36+37=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 41 - color contains mainly: red. Hex color #292425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292425 is #D6DBDA. Grayscale: #252525. Windows color (decimal): -14080987 or 2434089. OLE color: 2434089.

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

Color convert

RGB 41 36 37 -
CMYK 0 0.12 0.10 0.84
HSL 348º 0.06% 0.15% -
HSV(B) 348º 0.12% 0.16% -
XYZ 1.88 1.87 2.01 -
YUV 37.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 41 36 37 0 0.12 0.10 0.84 348 0.06 0.15
Hex 29 24 25 0 C A 54 15C 6 F
Octal 51 44 45 0 14 12 124 534 6 17
Binary 101001 100100 100101 0 1100 1010 1010100 101011100 110 1111

Color Harmonies of #292425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292425

Black with #292425

Text Example


Text Example

White with #292425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292425; }

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

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

background-color css

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

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

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

border-color css

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

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

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