#250C1E

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

Shades of Melanzane #250C1E

Tints of Melanzane #250C1E

Color information

#250C1E (or 0x250C1E) is unknown color: approx Melanzane. HEX triplet: 25, 0C and 1E. RGB value is (37,12,30). Sum of RGB (Red+Green+Blue) = 37+12+30=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #250C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C1E is #DAF3E1. Grayscale: #151515. Windows color (decimal): -14349282 or 1969189. OLE color: 1969189.

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

Color convert

RGB371230-
CMYK00.680.190.85
HSL316.8º51.02%9.61%-
HSV(B)316.8º67.57%14.51%-
XYZ1.130.751.31-
YUV21.53132.78139.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.84%
GREEN value IS 12 (5.08% from 255) = 15.19%
BLUE value IS 30 (12.11% from 255) = 37.97%
R=46.84%
G=15.19%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37123000.680.190.85316.851.029.61
Hex25C1E044135513d33a
Octal4514360104231254756312
Binary100101110011110010001001001110101011001111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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