#251E1F

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

Shades of Aubergine #251E1F

Tints of Aubergine #251E1F

Color information

#251E1F (or 0x251E1F) is unknown color: approx Aubergine. HEX triplet: 25, 1E and 1F. RGB value is (37,30,31). Sum of RGB (Red+Green+Blue) = 37+30+31=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 37 - color contains mainly: red. Hex color #251E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251E1F is #DAE1E0. Grayscale: #202020. Windows color (decimal): -14344673 or 2039333. OLE color: 2039333.

HSL color Cylindrical-coordinate representation of color #251E1F: hue angle of 351.43º 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 #251E1F is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB373031-
CMYK00.190.160.85
HSL351.43º10.45%13.14%-
HSV(B)351.43º18.92%14.51%-
XYZ1.471.421.49-
YUV32.21127.32131.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.76%
GREEN value IS 30 (12.11% from 255) = 30.61%
BLUE value IS 31 (12.5% from 255) = 31.63%
R=37.76%
G=30.61%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37303100.190.160.85351.4310.4513.14
Hex251E1F013105515fad
Octal453637023201255371215
Binary100101111101111101001110000101010110101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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