#25131E

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

Shades of Melanzane #25131E

Tints of Melanzane #25131E

Color information

#25131E (or 0x25131E) is unknown color: approx Melanzane. HEX triplet: 25, 13 and 1E. RGB value is (37,19,30). Sum of RGB (Red+Green+Blue) = 37+19+30=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 37 - color contains mainly: red. Hex color #25131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25131E is #DAECE1. Grayscale: #191919. Windows color (decimal): -14347490 or 1970981. OLE color: 1970981.

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

Color convert

RGB371930-
CMYK00.490.190.85
HSL323.33º32.14%10.98%-
HSV(B)323.33º48.65%14.51%-
XYZ1.230.951.35-
YUV25.64130.46136.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.02%
GREEN value IS 19 (7.81% from 255) = 22.09%
BLUE value IS 30 (12.11% from 255) = 34.88%
R=43.02%
G=22.09%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37193000.490.190.85323.3332.1410.98
Hex25131E031135514320b
Octal452336061231255034013
Binary100101100111111001100011001110101011010000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25131E; }

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

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

<style>
 a { background-color: #25131E; }

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

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

<style>
 span { border-color: #25131E; }

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

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