#25191C

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

Shades of Aubergine #25191C

Tints of Aubergine #25191C

Color information

#25191C (or 0x25191C) is unknown color: approx Aubergine. HEX triplet: 25, 19 and 1C. RGB value is (37,25,28). Sum of RGB (Red+Green+Blue) = 37+25+28=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #25191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25191C is #DAE6E3. Grayscale: #1C1C1C. Windows color (decimal): -14345956 or 1841445. OLE color: 1841445.

HSL color Cylindrical-coordinate representation of color #25191C: hue angle of 345º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #25191C is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB372528-
CMYK00.320.240.85
HSL345º19.35%12.16%-
HSV(B)345º32.43%14.51%-
XYZ1.321.171.26-
YUV28.93127.48133.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.11%
GREEN value IS 25 (10.16% from 255) = 27.78%
BLUE value IS 28 (11.33% from 255) = 31.11%
R=41.11%
G=27.78%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37252800.320.240.8534519.3512.16
Hex25191C020185515913c
Octal453134040301255312314
Binary10010111001111000100000110001010101101011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25191C; }

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

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

<style>
 a { background-color: #25191C; }

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

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

<style>
 span { border-color: #25191C; }

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

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