#25121E

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

Shades of Melanzane #25121E

Tints of Melanzane #25121E

Color information

#25121E (or 0x25121E) is unknown color: approx Melanzane. HEX triplet: 25, 12 and 1E. RGB value is (37,18,30). Sum of RGB (Red+Green+Blue) = 37+18+30=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #25121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25121E is #DAEDE1. Grayscale: #191919. Windows color (decimal): -14347746 or 1970725. OLE color: 1970725.

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

Color convert

RGB371830-
CMYK00.510.190.85
HSL322.11º34.55%10.78%-
HSV(B)322.11º51.35%14.51%-
XYZ1.210.921.34-
YUV25.05130.79136.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.53%
GREEN value IS 18 (7.42% from 255) = 21.18%
BLUE value IS 30 (12.11% from 255) = 35.29%
R=43.53%
G=21.18%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37183000.510.190.85322.1134.5510.78
Hex25121E033135514223b
Octal452236063231255024313
Binary100101100101111001100111001110101011010000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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