Html Css Color HEX #12040E Melanzane

📋 copy color: '#12040E'

red 18 ◦ green 4 ◦ blue 14

#12040E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #12040E

Tints of Melanzane #12040E

RGB

 RED value IS 18 (7.42% from 255) = 50%

 GREEN value IS 4 (1.95% from 255) = 11.11%

 BLUE value IS 14 (5.86% from 255) = 38.89%

R = 50%
G = 11.11%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.93

RGB Variations

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

Color information

#12040E (or 0x12040E) is known color: Melanzane. HEX triplet: 12, 04 and 0E. RGB value is (18,4,14). Sum of RGB (Red+Green+Blue) = 18+4+14=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #12040E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12040E is #EDFBF1. Grayscale: #090909. Windows color (decimal): -15596530 or 918546. OLE color: 918546.

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

Color convert

RGB 18 4 14 -
CMYK 0 0.78 0.22 0.93
HSL 317.14º 0.64% 0.04% -
HSV(B) 317.14º 0.78% 0.07% -
XYZ 0.37 0.25 0.44 -
YUV 9.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 18 4 14 0 0.78 0.22 0.93 317.14 0.64 0.04
Hex 12 4 E 0 4E 16 5D 13D 40 4
Octal 22 4 16 0 116 26 135 475 100 4
Binary 10010 100 1110 0 1001110 10110 1011101 100111101 1000000 100

Color Harmonies of #12040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12040E

Black with #12040E

Text Example


Text Example

White with #12040E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12040E;
 }
 .AnyTagClassName
 {
   color: #12040E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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