Html Css Color HEX #292325 Aubergine

📋 copy color: '#292325'

red 41 ◦ green 35 ◦ blue 37

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

Shades of Aubergine #292325

Tints of Aubergine #292325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.97%

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

R = 36.28%
G = 30.97%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#292325 (or 0x292325) is known color: Aubergine. HEX triplet: 29, 23 and 25. RGB value is (41,35,37). Sum of RGB (Red+Green+Blue) = 41+35+37=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 41 - color contains mainly: red. Hex color #292325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292325 is #D6DCDA. Grayscale: #252525. Windows color (decimal): -14081243 or 2433833. OLE color: 2433833.

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

Color convert

RGB 41 35 37 -
CMYK 0 0.15 0.10 0.84
HSL 340º 0.08% 0.15% -
HSV(B) 340º 0.15% 0.16% -
XYZ 1.85 1.81 2 -
YUV 37.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 41 35 37 0 0.15 0.10 0.84 340 0.08 0.15
Hex 29 23 25 0 F A 54 154 8 F
Octal 51 43 45 0 17 12 124 524 10 17
Binary 101001 100011 100101 0 1111 1010 1010100 101010100 1000 1111

Color Harmonies of #292325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292325

Black with #292325

Text Example


Text Example

White with #292325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292325; }

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

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

background-color css

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

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

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

border-color css

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

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

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