Html Css Color HEX #10040E Melanzane

📋 copy color: '#10040E'

red 16 ◦ green 4 ◦ blue 14

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

Shades of Melanzane #10040E

Tints of Melanzane #10040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 11.76%

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

R = 47.06%
G = 11.76%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.94

RGB Variations

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

Color information

#10040E (or 0x10040E) is known color: Melanzane. HEX triplet: 10, 04 and 0E. RGB value is (16,4,14). Sum of RGB (Red+Green+Blue) = 16+4+14=34 (4% of max value = 765). Red value is 16 (6.64% from 255 or 47.06% from 34); Green value is 4 (1.95% from 255 or 11.76% from 34); Blue value is 14 (5.86% from 255 or 41.18% from 34); Max value from RGB is 16 - color contains mainly: red. Hex color #10040E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10040E is #EFFBF1. Grayscale: #080808. Windows color (decimal): -15727602 or 918544. OLE color: 918544.

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

Color convert

RGB 16 4 14 -
CMYK 0 0.75 0.13 0.94
HSL 310º 0.6% 0.04% -
HSV(B) 310º 0.75% 0.06% -
XYZ 0.34 0.23 0.44 -
YUV 8.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 16 4 14 0 0.75 0.13 0.94 310 0.6 0.04
Hex 10 4 E 0 4B D 5E 136 3C 4
Octal 20 4 16 0 113 15 136 466 74 4
Binary 10000 100 1110 0 1001011 1101 1011110 100110110 111100 100

Color Harmonies of #10040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10040E

Black with #10040E

Text Example


Text Example

White with #10040E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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