Html Css Color HEX #120A0F Melanzane

📋 copy color: '#120A0F'

red 18 ◦ green 10 ◦ blue 15

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

Shades of Melanzane #120A0F

Tints of Melanzane #120A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 34.88%

R = 41.86%
G = 23.26%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.93

RGB Variations

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

Color information

#120A0F (or 0x120A0F) is known color: Melanzane. HEX triplet: 12, 0A and 0F. RGB value is (18,10,15). Sum of RGB (Red+Green+Blue) = 18+10+15=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 18 - color contains mainly: red. Hex color #120A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A0F is #EDF5F0. Grayscale: #0C0C0C. Windows color (decimal): -15594993 or 985618. OLE color: 985618.

HSL color Cylindrical-coordinate representation of color #120A0F: hue angle of 322.5º 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 #120A0F is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 10 15 -
CMYK 0 0.44 0.17 0.93
HSL 322.5º 0.29% 0.05% -
HSV(B) 322.5º 0.44% 0.07% -
XYZ 0.44 0.38 0.5 -
YUV 12.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 18 10 15 0 0.44 0.17 0.93 322.5 0.29 0.05
Hex 12 A F 0 2C 11 5D 142 1D 5
Octal 22 12 17 0 54 21 135 502 35 5
Binary 10010 1010 1111 0 101100 10001 1011101 101000010 11101 101

Color Harmonies of #120A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120A0F

Black with #120A0F

Text Example


Text Example

White with #120A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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