Html Css Color HEX #10040D Melanzane

📋 copy color: '#10040D'

red 16 ◦ green 4 ◦ blue 13

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

Shades of Melanzane #10040D

Tints of Melanzane #10040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 12.12%

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

R = 48.48%
G = 12.12%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.94

RGB Variations

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

Color information

#10040D (or 0x10040D) is known color: Melanzane. HEX triplet: 10, 04 and 0D. RGB value is (16,4,13). Sum of RGB (Red+Green+Blue) = 16+4+13=33 (4% of max value = 765). Red value is 16 (6.64% from 255 or 48.48% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 16 - color contains mainly: red. Hex color #10040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10040D is #EFFBF2. Grayscale: #080808. Windows color (decimal): -15727603 or 853008. OLE color: 853008.

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

Color convert

RGB 16 4 13 -
CMYK 0 0.75 0.19 0.94
HSL 315º 0.6% 0.04% -
HSV(B) 315º 0.75% 0.06% -
XYZ 0.33 0.23 0.41 -
YUV 8.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 16 4 13 0 0.75 0.19 0.94 315 0.6 0.04
Hex 10 4 D 0 4B 13 5E 13B 3C 4
Octal 20 4 15 0 113 23 136 473 74 4
Binary 10000 100 1101 0 1001011 10011 1011110 100111011 111100 100

Color Harmonies of #10040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10040D

Black with #10040D

Text Example


Text Example

White with #10040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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