Html Css Color HEX #2A2225 Aubergine

📋 copy color: '#2A2225'

red 42 ◦ green 34 ◦ blue 37

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

Shades of Aubergine #2A2225

Tints of Aubergine #2A2225

RGB

 RED value IS 42 (16.8% from 255) = 37.17%

 GREEN value IS 34 (13.67% from 255) = 30.09%

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

R = 37.17%
G = 30.09%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.84

RGB Variations

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

Color information

#2A2225 (or 0x2A2225) is known color: Aubergine. HEX triplet: 2A, 22 and 25. RGB value is (42,34,37). Sum of RGB (Red+Green+Blue) = 42+34+37=113 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.17% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2225 is #D5DDDA. Grayscale: #242424. Windows color (decimal): -14015963 or 2433578. OLE color: 2433578.

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

Color convert

RGB 42 34 37 -
CMYK 0 0.19 0.12 0.84
HSL 337.5º 0.11% 0.15% -
HSV(B) 337.5º 0.19% 0.16% -
XYZ 1.86 1.77 1.99 -
YUV 36.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 42 34 37 0 0.19 0.12 0.84 337.5 0.11 0.15
Hex 2A 22 25 0 13 C 54 152 B F
Octal 52 42 45 0 23 14 124 522 13 17
Binary 101010 100010 100101 0 10011 1100 1010100 101010010 1011 1111

Color Harmonies of #2A2225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2225

Black with #2A2225

Text Example


Text Example

White with #2A2225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A2225; }

 p { color: rgb(42,34,37); }

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

background-color css

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

 a { background-color: rgb(42,34,37); }

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

border-color css

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

 span { border-color: rgb(42,34,37); }

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