Html Css Color HEX #12000E Melanzane

📋 copy color: '#12000E'

red 18 ◦ green 0 ◦ blue 14

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

Shades of Melanzane #12000E

Tints of Melanzane #12000E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.25%
G = 0%
B = 43.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.93

RGB Variations

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

Color information

#12000E (or 0x12000E) is known color: Melanzane. HEX triplet: 12, 00 and 0E. RGB value is (18,0,14). Sum of RGB (Red+Green+Blue) = 18+0+14=32 (4% of max value = 765). Red value is 18 (7.42% from 255 or 56.25% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 14 (5.86% from 255 or 43.75% from 32); Max value from RGB is 18 - color contains mainly: red. Hex color #12000E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12000E is #EDFFF1. Grayscale: #060606. Windows color (decimal): -15597554 or 917522. OLE color: 917522.

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

Color convert

RGB 18 0 14 -
CMYK 0 1 0.22 0.93
HSL 313.33º 1% 0.04% -
HSV(B) 313.33º 1% 0.07% -
XYZ 0.33 0.16 0.43 -
YUV 6.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 18 0 14 0 1 0.22 0.93 313.33 1 0.04
Hex 12 0 E 0 64 16 5D 139 64 4
Octal 22 0 16 0 144 26 135 471 144 4
Binary 10010 0 1110 0 1100100 10110 1011101 100111001 1100100 100

Color Harmonies of #12000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12000E

Black with #12000E

Text Example


Text Example

White with #12000E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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