#250F20

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

Shades of Melanzane #250F20

Tints of Melanzane #250F20

Color information

#250F20 (or 0x250F20) is unknown color: approx Melanzane. HEX triplet: 25, 0F and 20. RGB value is (37,15,32). Sum of RGB (Red+Green+Blue) = 37+15+32=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 37 - color contains mainly: red. Hex color #250F20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F20 is #DAF0DF. Grayscale: #171717. Windows color (decimal): -14348512 or 2101029. OLE color: 2101029.

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

Color convert

RGB371532-
CMYK00.590.140.85
HSL313.64º42.31%10.2%-
HSV(B)313.64º59.46%14.51%-
XYZ1.190.841.47-
YUV23.52132.79137.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.05%
GREEN value IS 15 (6.25% from 255) = 17.86%
BLUE value IS 32 (12.89% from 255) = 38.10%
R=44.05%
G=17.86%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37153200.590.140.85313.6442.3110.2
Hex25F2003BE5513a2aa
Octal451740073161254725212
Binary10010111111000000111011111010101011001110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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