#252122

Color #252122 Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #252122

Tints of Aubergine #252122

Color information

#252122 (or 0x252122) is unknown color: approx Aubergine. HEX triplet: 25, 21 and 22. RGB value is (37,33,34). Sum of RGB (Red+Green+Blue) = 37+33+34=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 37 - color contains mainly: red. Hex color #252122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252122 is #DADEDD. Grayscale: #222222. Windows color (decimal): -14343902 or 2236709. OLE color: 2236709.

HSL color Cylindrical-coordinate representation of color #252122: hue angle of 345º degrees, saturation: 0.06, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #252122 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB373334-
CMYK00.110.080.85
HSL345º5.71%13.73%-
HSV(B)345º10.81%14.51%-
XYZ1.61.61.74-
YUV34.31127.83129.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 33 (13.28% from 255) = 31.73%
BLUE value IS 34 (13.67% from 255) = 32.69%
R=35.58%
G=31.73%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37333400.110.080.853455.7113.73
Hex2521220B8551596e
Octal45414201310125531616
Binary10010110000110001001011100010101011010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252122; }

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

 H1.HeaderClassName
 {
   color: #252122;
 }
 .AnyTagClassName
 {
   color: #252122;
 }
</style>
background-color css

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

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

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

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

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

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