#250E1E

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

Shades of Melanzane #250E1E

Tints of Melanzane #250E1E

Color information

#250E1E (or 0x250E1E) is unknown color: approx Melanzane. HEX triplet: 25, 0E and 1E. RGB value is (37,14,30). Sum of RGB (Red+Green+Blue) = 37+14+30=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #250E1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E1E is #DAF1E1. Grayscale: #161616. Windows color (decimal): -14348770 or 1969701. OLE color: 1969701.

HSL color Cylindrical-coordinate representation of color #250E1E: hue angle of 318.26º 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 #250E1E is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB371430-
CMYK00.620.190.85
HSL318.26º45.1%10%-
HSV(B)318.26º62.16%14.51%-
XYZ1.150.81.32-
YUV22.7132.12138.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.68%
GREEN value IS 14 (5.86% from 255) = 17.28%
BLUE value IS 30 (12.11% from 255) = 37.04%
R=45.68%
G=17.28%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37143000.620.190.85318.2645.110
Hex25E1E03E135513e2da
Octal451636076231254765512
Binary10010111101111001111101001110101011001111101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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