#252022

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

Shades of Aubergine #252022

Tints of Aubergine #252022

Color information

#252022 (or 0x252022) is unknown color: approx Aubergine. HEX triplet: 25, 20 and 22. RGB value is (37,32,34). Sum of RGB (Red+Green+Blue) = 37+32+34=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 37 - color contains mainly: red. Hex color #252022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252022 is #DADFDD. Grayscale: #212121. Windows color (decimal): -14344158 or 2236453. OLE color: 2236453.

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

Color convert

RGB373234-
CMYK00.140.080.85
HSL336º7.25%13.53%-
HSV(B)336º13.51%14.51%-
XYZ1.571.541.73-
YUV33.72128.16130.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.92%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 34 (13.67% from 255) = 33.01%
R=35.92%
G=31.07%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37323400.140.080.853367.2513.53
Hex2520220E8551507e
Octal45404201610125520716
Binary10010110000010001001110100010101011010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252022; }

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

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

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

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

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

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

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

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