#251C1E

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

Shades of Aubergine #251C1E

Tints of Aubergine #251C1E

Color information

#251C1E (or 0x251C1E) is unknown color: approx Aubergine. HEX triplet: 25, 1C and 1E. RGB value is (37,28,30). Sum of RGB (Red+Green+Blue) = 37+28+30=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 37 - color contains mainly: red. Hex color #251C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251C1E is #DAE3E1. Grayscale: #1E1E1E. Windows color (decimal): -14345186 or 1973285. OLE color: 1973285.

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

Color convert

RGB372830-
CMYK00.240.190.85
HSL346.67º13.85%12.75%-
HSV(B)346.67º24.32%14.51%-
XYZ1.411.321.41-
YUV30.92127.48132.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.95%
GREEN value IS 28 (11.33% from 255) = 29.47%
BLUE value IS 30 (12.11% from 255) = 31.58%
R=38.95%
G=29.47%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37283000.240.190.85346.6713.8512.75
Hex251C1E018135515bed
Octal453436030231255331615
Binary100101111001111001100010011101010110101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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