Html Css Color HEX #120910 Melanzane

📋 copy color: '#120910'

red 18 ◦ green 9 ◦ blue 16

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

Shades of Melanzane #120910

Tints of Melanzane #120910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 20.93%

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

R = 41.86%
G = 20.93%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#120910 (or 0x120910) is known color: Melanzane. HEX triplet: 12, 09 and 10. RGB value is (18,9,16). Sum of RGB (Red+Green+Blue) = 18+9+16=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 16 (6.64% from 255 or 37.21% from 43); Max value from RGB is 18 - color contains mainly: red. Hex color #120910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120910 is #EDF6EF. Grayscale: #0C0C0C. Windows color (decimal): -15595248 or 1050898. OLE color: 1050898.

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

Color convert

RGB 18 9 16 -
CMYK 0 0.5 0.11 0.93
HSL 313.33º 0.33% 0.05% -
HSV(B) 313.33º 0.5% 0.07% -
XYZ 0.44 0.36 0.54 -
YUV 12.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 18 9 16 0 0.5 0.11 0.93 313.33 0.33 0.05
Hex 12 9 10 0 32 B 5D 139 21 5
Octal 22 11 20 0 62 13 135 471 41 5
Binary 10010 1001 10000 0 110010 1011 1011101 100111001 100001 101

Color Harmonies of #120910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120910

Black with #120910

Text Example


Text Example

White with #120910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120910; }

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

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

background-color css

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

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

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

border-color css

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

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

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