#250A1D

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

Shades of Melanzane #250A1D

Tints of Melanzane #250A1D

Color information

#250A1D (or 0x250A1D) is unknown color: approx Melanzane. HEX triplet: 25, 0A and 1D. RGB value is (37,10,29). Sum of RGB (Red+Green+Blue) = 37+10+29=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #250A1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A1D is #DAF5E2. Grayscale: #141414. Windows color (decimal): -14349795 or 1903141. OLE color: 1903141.

HSL color Cylindrical-coordinate representation of color #250A1D: hue angle of 317.78º 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 #250A1D is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB371029-
CMYK00.730.220.85
HSL317.78º57.45%9.22%-
HSV(B)317.78º72.97%14.51%-
XYZ1.090.71.24-
YUV20.24132.95139.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.68%
GREEN value IS 10 (4.30% from 255) = 13.16%
BLUE value IS 29 (11.72% from 255) = 38.16%
R=48.68%
G=13.16%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37102900.730.220.85317.7857.459.22
Hex25A1D049165513e399
Octal4512350111261254767111
Binary100101101011101010010011011010101011001111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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