Html Css Color HEX #120B0F Melanzane

📋 copy color: '#120B0F'

red 18 ◦ green 11 ◦ blue 15

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

Shades of Melanzane #120B0F

Tints of Melanzane #120B0F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 25%

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

R = 40.91%
G = 25%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.93

RGB Variations

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

Color information

#120B0F (or 0x120B0F) is known color: Melanzane. HEX triplet: 12, 0B and 0F. RGB value is (18,11,15). Sum of RGB (Red+Green+Blue) = 18+11+15=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 18 - color contains mainly: red. Hex color #120B0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B0F is #EDF4F0. Grayscale: #0D0D0D. Windows color (decimal): -15594737 or 985874. OLE color: 985874.

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

Color convert

RGB 18 11 15 -
CMYK 0 0.39 0.17 0.93
HSL 325.71º 0.24% 0.06% -
HSV(B) 325.71º 0.39% 0.07% -
XYZ 0.46 0.4 0.51 -
YUV 13.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 18 11 15 0 0.39 0.17 0.93 325.71 0.24 0.06
Hex 12 B F 0 27 11 5D 146 18 6
Octal 22 13 17 0 47 21 135 506 30 6
Binary 10010 1011 1111 0 100111 10001 1011101 101000110 11000 110

Color Harmonies of #120B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B0F

Black with #120B0F

Text Example


Text Example

White with #120B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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