#250A1F

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

Shades of Melanzane #250A1F

Tints of Melanzane #250A1F

Color information

#250A1F (or 0x250A1F) is unknown color: approx Melanzane. HEX triplet: 25, 0A and 1F. RGB value is (37,10,31). Sum of RGB (Red+Green+Blue) = 37+10+31=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #250A1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A1F is #DAF5E0. Grayscale: #141414. Windows color (decimal): -14349793 or 2034213. OLE color: 2034213.

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

Color convert

RGB371031-
CMYK00.730.160.85
HSL313.33º57.45%9.22%-
HSV(B)313.33º72.97%14.51%-
XYZ1.120.711.37-
YUV20.47133.95139.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 47.44%
GREEN value IS 10 (4.30% from 255) = 12.82%
BLUE value IS 31 (12.5% from 255) = 39.74%
R=47.44%
G=12.82%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37103100.730.160.85313.3357.459.22
Hex25A1F0491055139399
Octal4512370111201254717111
Binary100101101011111010010011000010101011001110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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