#12030E

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

Shades of Melanzane #12030E

Tints of Melanzane #12030E

Color information

#12030E (or 0x12030E) is unknown color: approx Melanzane. HEX triplet: 12, 03 and 0E. RGB value is (18,3,14). Sum of RGB (Red+Green+Blue) = 18+3+14=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 3 (1.56% from 255 or 8.57% from 35); Blue value is 14 (5.86% from 255 or 40% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #12030E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12030E is #EDFCF1. Grayscale: #080808. Windows color (decimal): -15596786 or 918290. OLE color: 918290.

HSL color Cylindrical-coordinate representation of color #12030E: hue angle of 316º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12030E is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.93.

Color convert

RGB18314-
CMYK00.830.220.93
HSL316º71.43%4.12%-
HSV(B)316º83.33%7.06%-
XYZ0.360.230.44-
YUV8.74130.97134.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 51.43%
GREEN value IS 3 (1.56% from 255) = 8.57%
BLUE value IS 14 (5.86% from 255) = 40%
R=51.43%
G=8.57%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.22
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1831400.830.220.9331671.434.12
Hex123E053165D13c474
Octal223160123261354741074
Binary10010111110010100111011010111011001111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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