#250D20

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

Shades of Melanzane #250D20

Tints of Melanzane #250D20

Color information

#250D20 (or 0x250D20) is unknown color: approx Melanzane. HEX triplet: 25, 0D and 20. RGB value is (37,13,32). Sum of RGB (Red+Green+Blue) = 37+13+32=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #250D20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D20 is #DAF2DF. Grayscale: #161616. Windows color (decimal): -14349024 or 2100517. OLE color: 2100517.

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

Color convert

RGB371332-
CMYK00.650.140.85
HSL312.5º48%9.8%-
HSV(B)312.5º64.86%14.51%-
XYZ1.170.791.46-
YUV22.34133.45138.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.12%
GREEN value IS 13 (5.47% from 255) = 15.85%
BLUE value IS 32 (12.89% from 255) = 39.02%
R=45.12%
G=15.85%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37133200.650.140.85312.5489.8
Hex25D20041E5513830a
Octal4515400101161254706012
Binary100101110110000001000001111010101011001110001100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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