#140D12

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

Shades of Melanzane #140D12

Tints of Melanzane #140D12

Color information

#140D12 (or 0x140D12) is unknown color: approx Melanzane. HEX triplet: 14, 0D and 12. RGB value is (20,13,18). Sum of RGB (Red+Green+Blue) = 20+13+18=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 20 - color contains mainly: red. Hex color #140D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D12 is #EBF2ED. Grayscale: #0F0F0F. Windows color (decimal): -15463150 or 1182996. OLE color: 1182996.

HSL color Cylindrical-coordinate representation of color #140D12: hue angle of 317.14º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #140D12 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB201318-
CMYK00.350.100.92
HSL317.14º21.21%6.47%-
HSV(B)317.14º35%7.84%-
XYZ0.540.480.64-
YUV15.66129.32131.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 39.22%
GREEN value IS 13 (5.47% from 255) = 25.49%
BLUE value IS 18 (7.42% from 255) = 35.29%
R=39.22%
G=25.49%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20131800.350.100.92317.1421.216.47
Hex14D12023A5C13d156
Octal24152204312134475256
Binary1010011011001001000111010101110010011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140D12; }

 p { color: rgb(20,13,18); }

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

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

 a { background-color: rgb(20,13,18); }

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

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

 span { border-color: rgb(20,13,18); }

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