Html Css Color HEX #10020D Melanzane

📋 copy color: '#10020D'

red 16 ◦ green 2 ◦ blue 13

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

Shades of Melanzane #10020D

Tints of Melanzane #10020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 6.45%

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

R = 51.61%
G = 6.45%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.94

RGB Variations

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

Color information

#10020D (or 0x10020D) is known color: Melanzane. HEX triplet: 10, 02 and 0D. RGB value is (16,2,13). Sum of RGB (Red+Green+Blue) = 16+2+13=31 (4% of max value = 765). Red value is 16 (6.64% from 255 or 51.61% from 31); Green value is 2 (1.17% from 255 or 6.45% from 31); Blue value is 13 (5.47% from 255 or 41.94% from 31); Max value from RGB is 16 - color contains mainly: red. Hex color #10020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10020D is #EFFDF2. Grayscale: #070707. Windows color (decimal): -15728115 or 852496. OLE color: 852496.

HSL color Cylindrical-coordinate representation of color #10020D: hue angle of 312.86º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10020D is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.94.

Color convert

RGB 16 2 13 -
CMYK 0 0.87 0.19 0.94
HSL 312.86º 0.78% 0.04% -
HSV(B) 312.86º 0.88% 0.06% -
XYZ 0.31 0.18 0.4 -
YUV 7.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 16 2 13 0 0.87 0.19 0.94 312.86 0.78 0.04
Hex 10 2 D 0 57 13 5E 139 4E 4
Octal 20 2 15 0 127 23 136 471 116 4
Binary 10000 10 1101 0 1010111 10011 1011110 100111001 1001110 100

Color Harmonies of #10020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10020D

Black with #10020D

Text Example


Text Example

White with #10020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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