Html Css Color HEX #120D11 Melanzane

📋 copy color: '#120D11'

red 18 ◦ green 13 ◦ blue 17

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

Shades of Melanzane #120D11

Tints of Melanzane #120D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 27.08%

 BLUE value IS 17 (7.03% from 255) = 35.42%

R = 37.5%
G = 27.08%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#120D11 (or 0x120D11) is known color: Melanzane. HEX triplet: 12, 0D and 11. RGB value is (18,13,17). Sum of RGB (Red+Green+Blue) = 18+13+17=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 18 - color contains mainly: red. Hex color #120D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D11 is #EDF2EE. Grayscale: #0E0E0E. Windows color (decimal): -15594223 or 1117458. OLE color: 1117458.

HSL color Cylindrical-coordinate representation of color #120D11: hue angle of 312º degrees, saturation: 0.16, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #120D11 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 13 17 -
CMYK 0 0.28 0.06 0.93
HSL 312º 0.16% 0.06% -
HSV(B) 312º 0.28% 0.07% -
XYZ 0.49 0.46 0.59 -
YUV 14.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 18 13 17 0 0.28 0.06 0.93 312 0.16 0.06
Hex 12 D 11 0 1C 6 5D 138 10 6
Octal 22 15 21 0 34 6 135 470 20 6
Binary 10010 1101 10001 0 11100 110 1011101 100111000 10000 110

Color Harmonies of #120D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D11

Black with #120D11

Text Example


Text Example

White with #120D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120D11; }

 p { color: rgb(18,13,17); }

 H1.HeaderClassName
 {
   color: #120D11;
 }
 .AnyTagClassName
 {
   color: #120D11;
 }
</style>

background-color css

<style>
 a { background-color: #120D11; }

 a { background-color: rgb(18,13,17); }

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

border-color css

<style>
 span { border-color: #120D11; }

 span { border-color: rgb(18,13,17); }

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