Html Css Color HEX #120F11 Melanzane

📋 copy color: '#120F11'

red 18 ◦ green 15 ◦ blue 17

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

Shades of Melanzane #120F11

Tints of Melanzane #120F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 30%

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

R = 36%
G = 30%
B = 34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#120F11 (or 0x120F11) is known color: Melanzane. HEX triplet: 12, 0F and 11. RGB value is (18,15,17). Sum of RGB (Red+Green+Blue) = 18+15+17=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 18 - color contains mainly: red. Hex color #120F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F11 is #EDF0EE. Grayscale: #101010. Windows color (decimal): -15593711 or 1117970. OLE color: 1117970.

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

Color convert

RGB 18 15 17 -
CMYK 0 0.17 0.06 0.93
HSL 320º 0.09% 0.06% -
HSV(B) 320º 0.17% 0.07% -
XYZ 0.52 0.51 0.6 -
YUV 16.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 18 15 17 0 0.17 0.06 0.93 320 0.09 0.06
Hex 12 F 11 0 11 6 5D 140 9 6
Octal 22 17 21 0 21 6 135 500 11 6
Binary 10010 1111 10001 0 10001 110 1011101 101000000 1001 110

Color Harmonies of #120F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F11

Black with #120F11

Text Example


Text Example

White with #120F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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