#251C1F

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

Shades of Aubergine #251C1F

Tints of Aubergine #251C1F

Color information

#251C1F (or 0x251C1F) is unknown color: approx Aubergine. HEX triplet: 25, 1C and 1F. RGB value is (37,28,31). Sum of RGB (Red+Green+Blue) = 37+28+31=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 37 - color contains mainly: red. Hex color #251C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251C1F is #DAE3E0. Grayscale: #1F1F1F. Windows color (decimal): -14345185 or 2038821. OLE color: 2038821.

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

Color convert

RGB372831-
CMYK00.240.160.85
HSL340º13.85%12.75%-
HSV(B)340º24.32%14.51%-
XYZ1.431.321.48-
YUV31.03127.98132.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.54%
GREEN value IS 28 (11.33% from 255) = 29.17%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=38.54%
G=29.17%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37283100.240.160.8534013.8512.75
Hex251C1F0181055154ed
Octal453437030201255241615
Binary100101111001111101100010000101010110101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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