#20151E

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

Shades of Melanzane #20151E

Tints of Melanzane #20151E

Color information

#20151E (or 0x20151E) is unknown color: approx Melanzane. HEX triplet: 20, 15 and 1E. RGB value is (32,21,30). Sum of RGB (Red+Green+Blue) = 32+21+30=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 32 - color contains mainly: red. Hex color #20151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20151E is #DFEAE1. Grayscale: #191919. Windows color (decimal): -14674658 or 1971488. OLE color: 1971488.

HSL color Cylindrical-coordinate representation of color #20151E: hue angle of 310.91º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #20151E is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB322130-
CMYK00.340.060.87
HSL310.91º20.75%10.39%-
HSV(B)310.91º34.38%12.55%-
XYZ1.10.941.35-
YUV25.32130.64132.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.55%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 30 (12.11% from 255) = 36.14%
R=38.55%
G=25.30%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32213000.340.060.87310.9120.7510.39
Hex20151E02265713715a
Octal40253604261274672512
Binary100000101011111001000101101010111100110111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20151E; }

 p { color: rgb(32,21,30); }

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

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

 a { background-color: rgb(32,21,30); }

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

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

 span { border-color: rgb(32,21,30); }

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