#251B1F

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

Shades of Aubergine #251B1F

Tints of Aubergine #251B1F

Color information

#251B1F (or 0x251B1F) is unknown color: approx Aubergine. HEX triplet: 25, 1B and 1F. RGB value is (37,27,31). Sum of RGB (Red+Green+Blue) = 37+27+31=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 37 - color contains mainly: red. Hex color #251B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251B1F is #DAE4E0. Grayscale: #1E1E1E. Windows color (decimal): -14345441 or 2038565. OLE color: 2038565.

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

Color convert

RGB372731-
CMYK00.270.160.85
HSL336º15.63%12.55%-
HSV(B)336º27.03%14.51%-
XYZ1.41.281.47-
YUV30.45128.31132.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.95%
GREEN value IS 27 (10.94% from 255) = 28.42%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=38.95%
G=28.42%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37273100.270.160.8533615.6312.55
Hex251B1F01B105515010d
Octal453337033201255202015
Binary1001011101111111011011100001010101101010000100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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