#251E20

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

Shades of Aubergine #251E20

Tints of Aubergine #251E20

Color information

#251E20 (or 0x251E20) is unknown color: approx Aubergine. HEX triplet: 25, 1E and 20. RGB value is (37,30,32). Sum of RGB (Red+Green+Blue) = 37+30+32=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 37 - color contains mainly: red. Hex color #251E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251E20 is #DAE1DF. Grayscale: #202020. Windows color (decimal): -14344672 or 2104869. OLE color: 2104869.

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

Color convert

RGB373032-
CMYK00.190.140.85
HSL342.86º10.45%13.14%-
HSV(B)342.86º18.92%14.51%-
XYZ1.491.431.56-
YUV32.32127.82131.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.37%
GREEN value IS 30 (12.11% from 255) = 30.30%
BLUE value IS 32 (12.89% from 255) = 32.32%
R=37.37%
G=30.30%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37303200.190.140.85342.8610.4513.14
Hex251E20013E55157ad
Octal453640023161255271215
Binary100101111101000000100111110101010110101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251E20; }

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

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

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

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

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

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

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

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