Html Css Color HEX #10070D Melanzane

📋 copy color: '#10070D'

red 16 ◦ green 7 ◦ blue 13

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

Shades of Melanzane #10070D

Tints of Melanzane #10070D

RGB

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

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

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

R = 44.44%
G = 19.44%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.94

RGB Variations

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

Color information

#10070D (or 0x10070D) is known color: Melanzane. HEX triplet: 10, 07 and 0D. RGB value is (16,7,13). Sum of RGB (Red+Green+Blue) = 16+7+13=36 (4% of max value = 765). Red value is 16 (6.64% from 255 or 44.44% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 13 (5.47% from 255 or 36.11% from 36); Max value from RGB is 16 - color contains mainly: red. Hex color #10070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10070D is #EFF8F2. Grayscale: #0A0A0A. Windows color (decimal): -15726835 or 853776. OLE color: 853776.

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

Color convert

RGB 16 7 13 -
CMYK 0 0.56 0.19 0.94
HSL 320º 0.39% 0.05% -
HSV(B) 320º 0.56% 0.06% -
XYZ 0.36 0.29 0.42 -
YUV 10.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 16 7 13 0 0.56 0.19 0.94 320 0.39 0.05
Hex 10 7 D 0 38 13 5E 140 27 5
Octal 20 7 15 0 70 23 136 500 47 5
Binary 10000 111 1101 0 111000 10011 1011110 101000000 100111 101

Color Harmonies of #10070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10070D

Black with #10070D

Text Example


Text Example

White with #10070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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