#250E1D

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

Shades of Melanzane #250E1D

Tints of Melanzane #250E1D

Color information

#250E1D (or 0x250E1D) is unknown color: approx Melanzane. HEX triplet: 25, 0E and 1D. RGB value is (37,14,29). Sum of RGB (Red+Green+Blue) = 37+14+29=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #250E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E1D is #DAF1E2. Grayscale: #161616. Windows color (decimal): -14348771 or 1904165. OLE color: 1904165.

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

Color convert

RGB371429-
CMYK00.620.220.85
HSL320.87º45.1%10%-
HSV(B)320.87º62.16%14.51%-
XYZ1.140.81.26-
YUV22.59131.62138.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.25%
GREEN value IS 14 (5.86% from 255) = 17.5%
BLUE value IS 29 (11.72% from 255) = 36.25%
R=46.25%
G=17.5%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37142900.620.220.85320.8745.110
Hex25E1D03E16551412da
Octal451635076261255015512
Binary10010111101110101111101011010101011010000011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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