Html Css Color HEX #10060E Melanzane

📋 copy color: '#10060E'

red 16 ◦ green 6 ◦ blue 14

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

Shades of Melanzane #10060E

Tints of Melanzane #10060E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 16.67%

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

R = 44.44%
G = 16.67%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.94

RGB Variations

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

Color information

#10060E (or 0x10060E) is known color: Melanzane. HEX triplet: 10, 06 and 0E. RGB value is (16,6,14). Sum of RGB (Red+Green+Blue) = 16+6+14=36 (4% of max value = 765). Red value is 16 (6.64% from 255 or 44.44% from 36); Green value is 6 (2.73% from 255 or 16.67% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 16 - color contains mainly: red. Hex color #10060E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10060E is #EFF9F1. Grayscale: #090909. Windows color (decimal): -15727090 or 919056. OLE color: 919056.

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

Color convert

RGB 16 6 14 -
CMYK 0 0.62 0.13 0.94
HSL 312º 0.45% 0.04% -
HSV(B) 312º 0.63% 0.06% -
XYZ 0.36 0.27 0.45 -
YUV 9.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 16 6 14 0 0.62 0.13 0.94 312 0.45 0.04
Hex 10 6 E 0 3E D 5E 138 2D 4
Octal 20 6 16 0 76 15 136 470 55 4
Binary 10000 110 1110 0 111110 1101 1011110 100111000 101101 100

Color Harmonies of #10060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10060E

Black with #10060E

Text Example


Text Example

White with #10060E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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