#25161F

Color #25161F Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #25161F

Tints of Melanzane #25161F

Color information

#25161F (or 0x25161F) is unknown color: approx Melanzane. HEX triplet: 25, 16 and 1F. RGB value is (37,22,31). Sum of RGB (Red+Green+Blue) = 37+22+31=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #25161F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25161F is #DAE9E0. Grayscale: #1B1B1B. Windows color (decimal): -14346721 or 2037285. OLE color: 2037285.

HSL color Cylindrical-coordinate representation of color #25161F: hue angle of 324º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #25161F is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB372231-
CMYK00.410.160.85
HSL324º25.42%11.57%-
HSV(B)324º40.54%14.51%-
XYZ1.31.071.43-
YUV27.51129.97134.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.11%
GREEN value IS 22 (8.98% from 255) = 24.44%
BLUE value IS 31 (12.5% from 255) = 34.44%
R=41.11%
G=24.44%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37223100.410.160.8532425.4211.57
Hex25161F029105514419c
Octal452637051201255043114
Binary10010110110111110101001100001010101101000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25161F; }

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

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

<style>
 a { background-color: #25161F; }

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

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

<style>
 span { border-color: #25161F; }

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

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