Html Css Color HEX #10070E Melanzane

📋 copy color: '#10070E'

red 16 ◦ green 7 ◦ blue 14

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

Shades of Melanzane #10070E

Tints of Melanzane #10070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 18.92%

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

R = 43.24%
G = 18.92%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.94

RGB Variations

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

Color information

#10070E (or 0x10070E) is known color: Melanzane. HEX triplet: 10, 07 and 0E. RGB value is (16,7,14). Sum of RGB (Red+Green+Blue) = 16+7+14=37 (4% of max value = 765). Red value is 16 (6.64% from 255 or 43.24% from 37); Green value is 7 (3.12% from 255 or 18.92% from 37); Blue value is 14 (5.86% from 255 or 37.84% from 37); Max value from RGB is 16 - color contains mainly: red. Hex color #10070E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10070E is #EFF8F1. Grayscale: #0A0A0A. Windows color (decimal): -15726834 or 919312. OLE color: 919312.

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

Color convert

RGB 16 7 14 -
CMYK 0 0.56 0.13 0.94
HSL 313.33º 0.39% 0.05% -
HSV(B) 313.33º 0.56% 0.06% -
XYZ 0.37 0.29 0.45 -
YUV 10.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 16 7 14 0 0.56 0.13 0.94 313.33 0.39 0.05
Hex 10 7 E 0 38 D 5E 139 27 5
Octal 20 7 16 0 70 15 136 471 47 5
Binary 10000 111 1110 0 111000 1101 1011110 100111001 100111 101

Color Harmonies of #10070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10070E

Black with #10070E

Text Example


Text Example

White with #10070E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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