#250E20

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

Shades of Melanzane #250E20

Tints of Melanzane #250E20

Color information

#250E20 (or 0x250E20) is unknown color: approx Melanzane. HEX triplet: 25, 0E and 20. RGB value is (37,14,32). Sum of RGB (Red+Green+Blue) = 37+14+32=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #250E20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E20 is #DAF1DF. Grayscale: #161616. Windows color (decimal): -14348768 or 2100773. OLE color: 2100773.

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

Color convert

RGB371432-
CMYK00.620.140.85
HSL313.04º45.1%10%-
HSV(B)313.04º62.16%14.51%-
XYZ1.180.811.46-
YUV22.93133.12138.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.58%
GREEN value IS 14 (5.86% from 255) = 16.87%
BLUE value IS 32 (12.89% from 255) = 38.55%
R=44.58%
G=16.87%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37143200.620.140.85313.0445.110
Hex25E2003EE551392da
Octal451640076161254715512
Binary10010111101000000111110111010101011001110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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