Html Css Color HEX #12070E Melanzane

📋 copy color: '#12070E'

red 18 ◦ green 7 ◦ blue 14

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

Shades of Melanzane #12070E

Tints of Melanzane #12070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 17.95%

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

R = 46.15%
G = 17.95%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.93

RGB Variations

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

Color information

#12070E (or 0x12070E) is known color: Melanzane. HEX triplet: 12, 07 and 0E. RGB value is (18,7,14). Sum of RGB (Red+Green+Blue) = 18+7+14=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 18 - color contains mainly: red. Hex color #12070E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12070E is #EDF8F1. Grayscale: #0B0B0B. Windows color (decimal): -15595762 or 919314. OLE color: 919314.

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

Color convert

RGB 18 7 14 -
CMYK 0 0.61 0.22 0.93
HSL 321.82º 0.44% 0.05% -
HSV(B) 321.82º 0.61% 0.07% -
XYZ 0.4 0.31 0.45 -
YUV 11.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 18 7 14 0 0.61 0.22 0.93 321.82 0.44 0.05
Hex 12 7 E 0 3D 16 5D 142 2C 5
Octal 22 7 16 0 75 26 135 502 54 5
Binary 10010 111 1110 0 111101 10110 1011101 101000010 101100 101

Color Harmonies of #12070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12070E

Black with #12070E

Text Example


Text Example

White with #12070E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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