#250D1E

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

Shades of Melanzane #250D1E

Tints of Melanzane #250D1E

Color information

#250D1E (or 0x250D1E) is unknown color: approx Melanzane. HEX triplet: 25, 0D and 1E. RGB value is (37,13,30). Sum of RGB (Red+Green+Blue) = 37+13+30=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 13 (5.47% from 255 or 16.25% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #250D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D1E is #DAF2E1. Grayscale: #161616. Windows color (decimal): -14349026 or 1969445. OLE color: 1969445.

HSL color Cylindrical-coordinate representation of color #250D1E: hue angle of 317.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #250D1E is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB371330-
CMYK00.650.190.85
HSL317.5º48%9.8%-
HSV(B)317.5º64.86%14.51%-
XYZ1.140.771.32-
YUV22.11132.45138.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.25%
GREEN value IS 13 (5.47% from 255) = 16.25%
BLUE value IS 30 (12.11% from 255) = 37.5%
R=46.25%
G=16.25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37133000.650.190.85317.5489.8
Hex25D1E041135513e30a
Octal4515360101231254766012
Binary100101110111110010000011001110101011001111101100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250D1E; }

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

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

<style>
 a { background-color: #250D1E; }

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

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

<style>
 span { border-color: #250D1E; }

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

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