Html Css Color HEX #10060D Melanzane

📋 copy color: '#10060D'

red 16 ◦ green 6 ◦ blue 13

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

Shades of Melanzane #10060D

Tints of Melanzane #10060D

RGB

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

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

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

R = 45.71%
G = 17.14%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.94

RGB Variations

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

Color information

#10060D (or 0x10060D) is known color: Melanzane. HEX triplet: 10, 06 and 0D. RGB value is (16,6,13). Sum of RGB (Red+Green+Blue) = 16+6+13=35 (4% of max value = 765). Red value is 16 (6.64% from 255 or 45.71% from 35); Green value is 6 (2.73% from 255 or 17.14% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 16 - color contains mainly: red. Hex color #10060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10060D is #EFF9F2. Grayscale: #090909. Windows color (decimal): -15727091 or 853520. OLE color: 853520.

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

Color convert

RGB 16 6 13 -
CMYK 0 0.62 0.19 0.94
HSL 318º 0.45% 0.04% -
HSV(B) 318º 0.63% 0.06% -
XYZ 0.35 0.27 0.41 -
YUV 9.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 16 6 13 0 0.62 0.19 0.94 318 0.45 0.04
Hex 10 6 D 0 3E 13 5E 13E 2D 4
Octal 20 6 15 0 76 23 136 476 55 4
Binary 10000 110 1101 0 111110 10011 1011110 100111110 101101 100

Color Harmonies of #10060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10060D

Black with #10060D

Text Example


Text Example

White with #10060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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