#250F1E

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

Shades of Melanzane #250F1E

Tints of Melanzane #250F1E

Color information

#250F1E (or 0x250F1E) is unknown color: approx Melanzane. HEX triplet: 25, 0F and 1E. RGB value is (37,15,30). Sum of RGB (Red+Green+Blue) = 37+15+30=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #250F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F1E is #DAF0E1. Grayscale: #171717. Windows color (decimal): -14348514 or 1969957. OLE color: 1969957.

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

Color convert

RGB371530-
CMYK00.590.190.85
HSL319.09º42.31%10.2%-
HSV(B)319.09º59.46%14.51%-
XYZ1.170.831.33-
YUV23.29131.79137.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.12%
GREEN value IS 15 (6.25% from 255) = 18.29%
BLUE value IS 30 (12.11% from 255) = 36.59%
R=45.12%
G=18.29%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37153000.590.190.85319.0942.3110.2
Hex25F1E03B135513f2aa
Octal451736073231254775212
Binary10010111111111001110111001110101011001111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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