#25191D

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

Shades of Aubergine #25191D

Tints of Aubergine #25191D

Color information

#25191D (or 0x25191D) is unknown color: approx Aubergine. HEX triplet: 25, 19 and 1D. RGB value is (37,25,29). Sum of RGB (Red+Green+Blue) = 37+25+29=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 37 - color contains mainly: red. Hex color #25191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25191D is #DAE6E2. Grayscale: #1D1D1D. Windows color (decimal): -14345955 or 1906981. OLE color: 1906981.

HSL color Cylindrical-coordinate representation of color #25191D: hue angle of 340º 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 #25191D is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB372529-
CMYK00.320.220.85
HSL340º19.35%12.16%-
HSV(B)340º32.43%14.51%-
XYZ1.331.181.32-
YUV29.04127.98133.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 25 (10.16% from 255) = 27.47%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=40.66%
G=27.47%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37252900.320.220.8534019.3512.16
Hex25191D020165515413c
Octal453135040261255242314
Binary10010111001111010100000101101010101101010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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