#14030E

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

Shades of Melanzane #14030E

Tints of Melanzane #14030E

Color information

#14030E (or 0x14030E) is unknown color: approx Melanzane. HEX triplet: 14, 03 and 0E. RGB value is (20,3,14). Sum of RGB (Red+Green+Blue) = 20+3+14=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 14 (5.86% from 255 or 37.84% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #14030E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14030E is #EBFCF1. Grayscale: #090909. Windows color (decimal): -15465714 or 918292. OLE color: 918292.

HSL color Cylindrical-coordinate representation of color #14030E: hue angle of 321.18º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14030E is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB20314-
CMYK00.850.300.92
HSL321.18º73.91%4.51%-
HSV(B)321.18º85%7.84%-
XYZ0.40.250.44-
YUV9.34130.63135.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 54.05%
GREEN value IS 3 (1.56% from 255) = 8.11%
BLUE value IS 14 (5.86% from 255) = 37.84%
R=54.05%
G=8.11%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2031400.850.300.92321.1873.914.51
Hex143E0551E5C1414a5
Octal243160125361345011125
Binary10100111110010101011111010111001010000011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,3,14); }

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

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

 a { background-color: rgb(20,3,14); }

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

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

 span { border-color: rgb(20,3,14); }

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