#25071D

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

Shades of Melanzane #25071D

Tints of Melanzane #25071D

Color information

#25071D (or 0x25071D) is unknown color: approx Melanzane. HEX triplet: 25, 07 and 1D. RGB value is (37,7,29). Sum of RGB (Red+Green+Blue) = 37+7+29=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #25071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25071D is #DAF8E2. Grayscale: #121212. Windows color (decimal): -14350563 or 1902373. OLE color: 1902373.

HSL color Cylindrical-coordinate representation of color #25071D: hue angle of 316º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25071D is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB37729-
CMYK00.810.220.85
HSL316º68.18%8.63%-
HSV(B)316º81.08%14.51%-
XYZ1.060.631.23-
YUV18.48133.94141.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50.68%
GREEN value IS 7 (3.12% from 255) = 9.59%
BLUE value IS 29 (11.72% from 255) = 39.73%
R=50.68%
G=9.59%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3772900.810.220.8531668.188.63
Hex2571D051165513c449
Octal4573501212612547410411
Binary100101111111010101000110110101010110011110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25071D; }

 p { color: rgb(37,7,29); }

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

<style>
 a { background-color: #25071D; }

 a { background-color: rgb(37,7,29); }

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

<style>
 span { border-color: #25071D; }

 span { border-color: rgb(37,7,29); }

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