#251420

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

Shades of Melanzane #251420

Tints of Melanzane #251420

Color information

#251420 (or 0x251420) is unknown color: approx Melanzane. HEX triplet: 25, 14 and 20. RGB value is (37,20,32). Sum of RGB (Red+Green+Blue) = 37+20+32=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #251420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251420 is #DAEBDF. Grayscale: #1A1A1A. Windows color (decimal): -14347232 or 2102309. OLE color: 2102309.

HSL color Cylindrical-coordinate representation of color #251420: hue angle of 317.65º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #251420 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB372032-
CMYK00.460.140.85
HSL317.65º29.82%11.18%-
HSV(B)317.65º45.95%14.51%-
XYZ1.2711.49-
YUV26.45131.13135.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.57%
GREEN value IS 20 (8.20% from 255) = 22.47%
BLUE value IS 32 (12.89% from 255) = 35.96%
R=41.57%
G=22.47%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37203200.460.140.85317.6529.8211.18
Hex25142002EE5513e1eb
Octal452440056161254763613
Binary10010110100100000010111011101010101100111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251420; }

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

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

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

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

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

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

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

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