Html Css Color HEX #10090E Melanzane

📋 copy color: '#10090E'

red 16 ◦ green 9 ◦ blue 14

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

Shades of Melanzane #10090E

Tints of Melanzane #10090E

RGB

 RED value IS 16 (6.64% from 255) = 41.03%

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

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

R = 41.03%
G = 23.08%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.94

RGB Variations

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

Color information

#10090E (or 0x10090E) is known color: Melanzane. HEX triplet: 10, 09 and 0E. RGB value is (16,9,14). Sum of RGB (Red+Green+Blue) = 16+9+14=39 (5% of max value = 765). Red value is 16 (6.64% from 255 or 41.03% from 39); Green value is 9 (3.91% from 255 or 23.08% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 16 - color contains mainly: red. Hex color #10090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10090E is #EFF6F1. Grayscale: #0B0B0B. Windows color (decimal): -15726322 or 919824. OLE color: 919824.

HSL color Cylindrical-coordinate representation of color #10090E: hue angle of 317.14º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #10090E is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.94.

Color convert

RGB 16 9 14 -
CMYK 0 0.44 0.13 0.94
HSL 317.14º 0.28% 0.05% -
HSV(B) 317.14º 0.44% 0.06% -
XYZ 0.39 0.34 0.46 -
YUV 11.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 16 9 14 0 0.44 0.13 0.94 317.14 0.28 0.05
Hex 10 9 E 0 2C D 5E 13D 1C 5
Octal 20 11 16 0 54 15 136 475 34 5
Binary 10000 1001 1110 0 101100 1101 1011110 100111101 11100 101

Color Harmonies of #10090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10090E

Black with #10090E

Text Example


Text Example

White with #10090E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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