#252223

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

Shades of Aubergine #252223

Tints of Aubergine #252223

Color information

#252223 (or 0x252223) is unknown color: approx Aubergine. HEX triplet: 25, 22 and 23. RGB value is (37,34,35). Sum of RGB (Red+Green+Blue) = 37+34+35=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 37 - color contains mainly: red. Hex color #252223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252223 is #DADDDC. Grayscale: #232323. Windows color (decimal): -14343645 or 2302501. OLE color: 2302501.

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

Color convert

RGB373435-
CMYK00.080.050.85
HSL340º4.23%13.92%-
HSV(B)340º8.11%14.51%-
XYZ1.641.661.82-
YUV35.01127.99129.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.91%
GREEN value IS 34 (13.67% from 255) = 32.08%
BLUE value IS 35 (14.06% from 255) = 33.02%
R=34.91%
G=32.08%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37343500.080.050.853404.2313.92
Hex252223085551544e
Octal4542430105125524416
Binary1001011000101000110100010110101011010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252223; }

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

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

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

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

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

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

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

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