Html Css Color HEX #10040C Melanzane

📋 copy color: '#10040C'

red 16 ◦ green 4 ◦ blue 12

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

Shades of Melanzane #10040C

Tints of Melanzane #10040C

RGB

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

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

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

R = 50%
G = 12.5%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.94

RGB Variations

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

Color information

#10040C (or 0x10040C) is known color: Melanzane. HEX triplet: 10, 04 and 0C. RGB value is (16,4,12). Sum of RGB (Red+Green+Blue) = 16+4+12=32 (4% of max value = 765). Red value is 16 (6.64% from 255 or 50% from 32); Green value is 4 (1.95% from 255 or 12.5% from 32); Blue value is 12 (5.08% from 255 or 37.5% from 32); Max value from RGB is 16 - color contains mainly: red. Hex color #10040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10040C is #EFFBF3. Grayscale: #080808. Windows color (decimal): -15727604 or 787472. OLE color: 787472.

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

Color convert

RGB 16 4 12 -
CMYK 0 0.75 0.25 0.94
HSL 320º 0.6% 0.04% -
HSV(B) 320º 0.75% 0.06% -
XYZ 0.32 0.22 0.37 -
YUV 8.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 16 4 12 0 0.75 0.25 0.94 320 0.6 0.04
Hex 10 4 C 0 4B 19 5E 140 3C 4
Octal 20 4 14 0 113 31 136 500 74 4
Binary 10000 100 1100 0 1001011 11001 1011110 101000000 111100 100

Color Harmonies of #10040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10040C

Black with #10040C

Text Example


Text Example

White with #10040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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