Html Css Color HEX #10060C Melanzane

📋 copy color: '#10060C'

red 16 ◦ green 6 ◦ blue 12

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

Shades of Melanzane #10060C

Tints of Melanzane #10060C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 35.29%

R = 47.06%
G = 17.65%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.94

RGB Variations

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

Color information

#10060C (or 0x10060C) is known color: Melanzane. HEX triplet: 10, 06 and 0C. RGB value is (16,6,12). Sum of RGB (Red+Green+Blue) = 16+6+12=34 (4% of max value = 765). Red value is 16 (6.64% from 255 or 47.06% from 34); Green value is 6 (2.73% from 255 or 17.65% from 34); Blue value is 12 (5.08% from 255 or 35.29% from 34); Max value from RGB is 16 - color contains mainly: red. Hex color #10060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10060C is #EFF9F3. Grayscale: #090909. Windows color (decimal): -15727092 or 787984. OLE color: 787984.

HSL color Cylindrical-coordinate representation of color #10060C: hue angle of 324º 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 #10060C is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.94.

Color convert

RGB 16 6 12 -
CMYK 0 0.62 0.25 0.94
HSL 324º 0.45% 0.04% -
HSV(B) 324º 0.63% 0.06% -
XYZ 0.35 0.27 0.38 -
YUV 9.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 16 6 12 0 0.62 0.25 0.94 324 0.45 0.04
Hex 10 6 C 0 3E 19 5E 144 2D 4
Octal 20 6 14 0 76 31 136 504 55 4
Binary 10000 110 1100 0 111110 11001 1011110 101000100 101101 100

Color Harmonies of #10060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10060C

Black with #10060C

Text Example


Text Example

White with #10060C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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