Html Css Color HEX #120A10 Melanzane

📋 copy color: '#120A10'

red 18 ◦ green 10 ◦ blue 16

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

Shades of Melanzane #120A10

Tints of Melanzane #120A10

RGB

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

 GREEN value IS 10 (4.3% from 255) = 22.73%

 BLUE value IS 16 (6.64% from 255) = 36.36%

R = 40.91%
G = 22.73%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#120A10 (or 0x120A10) is known color: Melanzane. HEX triplet: 12, 0A and 10. RGB value is (18,10,16). Sum of RGB (Red+Green+Blue) = 18+10+16=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 10 (4.30% from 255 or 22.73% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 18 - color contains mainly: red. Hex color #120A10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A10 is #EDF5EF. Grayscale: #0D0D0D. Windows color (decimal): -15594992 or 1051154. OLE color: 1051154.

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

Color convert

RGB 18 10 16 -
CMYK 0 0.44 0.11 0.93
HSL 315º 0.29% 0.05% -
HSV(B) 315º 0.44% 0.07% -
XYZ 0.45 0.38 0.54 -
YUV 13.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 18 10 16 0 0.44 0.11 0.93 315 0.29 0.05
Hex 12 A 10 0 2C B 5D 13B 1D 5
Octal 22 12 20 0 54 13 135 473 35 5
Binary 10010 1010 10000 0 101100 1011 1011101 100111011 11101 101

Color Harmonies of #120A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120A10

Black with #120A10

Text Example


Text Example

White with #120A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,10,16); }

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

background-color css

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

 a { background-color: rgb(18,10,16); }

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

border-color css

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

 span { border-color: rgb(18,10,16); }

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