#25121F

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

Shades of Melanzane #25121F

Tints of Melanzane #25121F

Color information

#25121F (or 0x25121F) is unknown color: approx Melanzane. HEX triplet: 25, 12 and 1F. RGB value is (37,18,31). Sum of RGB (Red+Green+Blue) = 37+18+31=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 37 - color contains mainly: red. Hex color #25121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25121F is #DAEDE0. Grayscale: #191919. Windows color (decimal): -14347745 or 2036261. OLE color: 2036261.

HSL color Cylindrical-coordinate representation of color #25121F: hue angle of 318.95º 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 #25121F is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB371831-
CMYK00.510.160.85
HSL318.95º34.55%10.78%-
HSV(B)318.95º51.35%14.51%-
XYZ1.230.921.41-
YUV25.16131.29136.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.02%
GREEN value IS 18 (7.42% from 255) = 20.93%
BLUE value IS 31 (12.5% from 255) = 36.05%
R=43.02%
G=20.93%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37183100.510.160.85318.9534.5510.78
Hex25121F033105513f23b
Octal452237063201254774313
Binary100101100101111101100111000010101011001111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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