Html Css Color HEX #12060E Melanzane

📋 copy color: '#12060E'

red 18 ◦ green 6 ◦ blue 14

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

Shades of Melanzane #12060E

Tints of Melanzane #12060E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 15.79%

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

R = 47.37%
G = 15.79%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.93

RGB Variations

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

Color information

#12060E (or 0x12060E) is known color: Melanzane. HEX triplet: 12, 06 and 0E. RGB value is (18,6,14). Sum of RGB (Red+Green+Blue) = 18+6+14=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 14 (5.86% from 255 or 36.84% from 38); Max value from RGB is 18 - color contains mainly: red. Hex color #12060E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12060E is #EDF9F1. Grayscale: #0A0A0A. Windows color (decimal): -15596018 or 919058. OLE color: 919058.

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

Color convert

RGB 18 6 14 -
CMYK 0 0.67 0.22 0.93
HSL 320º 0.5% 0.05% -
HSV(B) 320º 0.67% 0.07% -
XYZ 0.39 0.29 0.45 -
YUV 10.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 18 6 14 0 0.67 0.22 0.93 320 0.5 0.05
Hex 12 6 E 0 43 16 5D 140 32 5
Octal 22 6 16 0 103 26 135 500 62 5
Binary 10010 110 1110 0 1000011 10110 1011101 101000000 110010 101

Color Harmonies of #12060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12060E

Black with #12060E

Text Example


Text Example

White with #12060E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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