#250B1E

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

Shades of Melanzane #250B1E

Tints of Melanzane #250B1E

Color information

#250B1E (or 0x250B1E) is unknown color: approx Melanzane. HEX triplet: 25, 0B and 1E. RGB value is (37,11,30). Sum of RGB (Red+Green+Blue) = 37+11+30=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #250B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B1E is #DAF4E1. Grayscale: #141414. Windows color (decimal): -14349538 or 1968933. OLE color: 1968933.

HSL color Cylindrical-coordinate representation of color #250B1E: hue angle of 316.15º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #250B1E is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB371130-
CMYK00.700.190.85
HSL316.15º54.17%9.41%-
HSV(B)316.15º70.27%14.51%-
XYZ1.120.731.31-
YUV20.94133.11139.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 47.44%
GREEN value IS 11 (4.69% from 255) = 14.10%
BLUE value IS 30 (12.11% from 255) = 38.46%
R=47.44%
G=14.10%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37113000.700.190.85316.1554.179.41
Hex25B1E046135513c369
Octal4513360106231254746611
Binary100101101111110010001101001110101011001111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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