Html Css Color HEX #12090E Melanzane

📋 copy color: '#12090E'

red 18 ◦ green 9 ◦ blue 14

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

Shades of Melanzane #12090E

Tints of Melanzane #12090E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 34.15%

R = 43.9%
G = 21.95%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.22

 K value IS 0.93

RGB Variations

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

Color information

#12090E (or 0x12090E) is known color: Melanzane. HEX triplet: 12, 09 and 0E. RGB value is (18,9,14). Sum of RGB (Red+Green+Blue) = 18+9+14=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 18 - color contains mainly: red. Hex color #12090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12090E is #EDF6F1. Grayscale: #0C0C0C. Windows color (decimal): -15595250 or 919826. OLE color: 919826.

HSL color Cylindrical-coordinate representation of color #12090E: hue angle of 326.67º 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 #12090E is Cyan = 0, Magento = 0.5, Yellow = 0.22 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 9 14 -
CMYK 0 0.5 0.22 0.93
HSL 326.67º 0.33% 0.05% -
HSV(B) 326.67º 0.5% 0.07% -
XYZ 0.43 0.36 0.46 -
YUV 12.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 18 9 14 0 0.5 0.22 0.93 326.67 0.33 0.05
Hex 12 9 E 0 32 16 5D 147 21 5
Octal 22 11 16 0 62 26 135 507 41 5
Binary 10010 1001 1110 0 110010 10110 1011101 101000111 100001 101

Color Harmonies of #12090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12090E

Black with #12090E

Text Example


Text Example

White with #12090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12090E; }

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

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

background-color css

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

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

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

border-color css

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

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

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