#250D1F

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

Shades of Melanzane #250D1F

Tints of Melanzane #250D1F

Color information

#250D1F (or 0x250D1F) is unknown color: approx Melanzane. HEX triplet: 25, 0D and 1F. RGB value is (37,13,31). Sum of RGB (Red+Green+Blue) = 37+13+31=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 31 (12.5% from 255 or 38.27% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #250D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D1F is #DAF2E0. Grayscale: #161616. Windows color (decimal): -14349025 or 2034981. OLE color: 2034981.

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

Color convert

RGB371331-
CMYK00.650.160.85
HSL315º48%9.8%-
HSV(B)315º64.86%14.51%-
XYZ1.150.781.39-
YUV22.23132.95138.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.68%
GREEN value IS 13 (5.47% from 255) = 16.05%
BLUE value IS 31 (12.5% from 255) = 38.27%
R=45.68%
G=16.05%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37133100.650.160.85315489.8
Hex25D1F041105513b30a
Octal4515370101201254736012
Binary100101110111111010000011000010101011001110111100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,13,31); }

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

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

 a { background-color: rgb(37,13,31); }

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

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

 span { border-color: rgb(37,13,31); }

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