#25131F

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

Shades of Melanzane #25131F

Tints of Melanzane #25131F

Color information

#25131F (or 0x25131F) is unknown color: approx Melanzane. HEX triplet: 25, 13 and 1F. RGB value is (37,19,31). Sum of RGB (Red+Green+Blue) = 37+19+31=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #25131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25131F is #DAECE0. Grayscale: #191919. Windows color (decimal): -14347489 or 2036517. OLE color: 2036517.

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

Color convert

RGB371931-
CMYK00.490.160.85
HSL320º32.14%10.98%-
HSV(B)320º48.65%14.51%-
XYZ1.240.961.42-
YUV25.75130.96136.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.53%
GREEN value IS 19 (7.81% from 255) = 21.84%
BLUE value IS 31 (12.5% from 255) = 35.63%
R=42.53%
G=21.84%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37193100.490.160.8532032.1410.98
Hex25131F031105514020b
Octal452337061201255004013
Binary100101100111111101100011000010101011010000001000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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