Html Css Color HEX #10090D Melanzane

📋 copy color: '#10090D'

red 16 ◦ green 9 ◦ blue 13

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

Shades of Melanzane #10090D

Tints of Melanzane #10090D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 34.21%

R = 42.11%
G = 23.68%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.94

RGB Variations

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

Color information

#10090D (or 0x10090D) is known color: Melanzane. HEX triplet: 10, 09 and 0D. RGB value is (16,9,13). Sum of RGB (Red+Green+Blue) = 16+9+13=38 (5% of max value = 765). Red value is 16 (6.64% from 255 or 42.11% from 38); Green value is 9 (3.91% from 255 or 23.68% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 16 - color contains mainly: red. Hex color #10090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10090D is #EFF6F2. Grayscale: #0B0B0B. Windows color (decimal): -15726323 or 854288. OLE color: 854288.

HSL color Cylindrical-coordinate representation of color #10090D: hue angle of 325.71º 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 #10090D is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.94.

Color convert

RGB 16 9 13 -
CMYK 0 0.44 0.19 0.94
HSL 325.71º 0.28% 0.05% -
HSV(B) 325.71º 0.44% 0.06% -
XYZ 0.38 0.33 0.43 -
YUV 11.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 16 9 13 0 0.44 0.19 0.94 325.71 0.28 0.05
Hex 10 9 D 0 2C 13 5E 146 1C 5
Octal 20 11 15 0 54 23 136 506 34 5
Binary 10000 1001 1101 0 101100 10011 1011110 101000110 11100 101

Color Harmonies of #10090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10090D

Black with #10090D

Text Example


Text Example

White with #10090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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