#14030F

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

Shades of Melanzane #14030F

Tints of Melanzane #14030F

Color information

#14030F (or 0x14030F) is unknown color: approx Melanzane. HEX triplet: 14, 03 and 0F. RGB value is (20,3,15). Sum of RGB (Red+Green+Blue) = 20+3+15=38 (5% of max value = 765). Red value is 20 (8.20% from 255 or 52.63% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 15 (6.25% from 255 or 39.47% from 38); Max value from RGB is 20 - color contains mainly: red. Hex color #14030F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14030F is #EBFCF0. Grayscale: #090909. Windows color (decimal): -15465713 or 983828. OLE color: 983828.

HSL color Cylindrical-coordinate representation of color #14030F: hue angle of 317.65º 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 #14030F is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB20315-
CMYK00.850.250.92
HSL317.65º73.91%4.51%-
HSV(B)317.65º85%7.84%-
XYZ0.410.250.48-
YUV9.45131.13135.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 52.63%
GREEN value IS 3 (1.56% from 255) = 7.89%
BLUE value IS 15 (6.25% from 255) = 39.47%
R=52.63%
G=7.89%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2031500.850.250.92317.6573.914.51
Hex143F055195C13e4a5
Octal243170125311344761125
Binary10100111111010101011100110111001001111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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