Html Css Color HEX #10050E Melanzane

📋 copy color: '#10050E'

red 16 ◦ green 5 ◦ blue 14

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

Shades of Melanzane #10050E

Tints of Melanzane #10050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 14.29%

 BLUE value IS 14 (5.86% from 255) = 40%

R = 45.71%
G = 14.29%
B = 40%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.94

RGB Variations

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

Color information

#10050E (or 0x10050E) is known color: Melanzane. HEX triplet: 10, 05 and 0E. RGB value is (16,5,14). Sum of RGB (Red+Green+Blue) = 16+5+14=35 (4% of max value = 765). Red value is 16 (6.64% from 255 or 45.71% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 14 (5.86% from 255 or 40% from 35); Max value from RGB is 16 - color contains mainly: red. Hex color #10050E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10050E is #EFFAF1. Grayscale: #090909. Windows color (decimal): -15727346 or 918800. OLE color: 918800.

HSL color Cylindrical-coordinate representation of color #10050E: hue angle of 310.91º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #10050E is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.94.

Color convert

RGB 16 5 14 -
CMYK 0 0.69 0.13 0.94
HSL 310.91º 0.52% 0.04% -
HSV(B) 310.91º 0.69% 0.06% -
XYZ 0.35 0.25 0.45 -
YUV 9.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 16 5 14 0 0.69 0.13 0.94 310.91 0.52 0.04
Hex 10 5 E 0 45 D 5E 137 34 4
Octal 20 5 16 0 105 15 136 467 64 4
Binary 10000 101 1110 0 1000101 1101 1011110 100110111 110100 100

Color Harmonies of #10050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10050E

Black with #10050E

Text Example


Text Example

White with #10050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10050E; }

 p { color: rgb(16,5,14); }

 H1.HeaderClassName
 {
   color: #10050E;
 }
 .AnyTagClassName
 {
   color: #10050E;
 }
</style>

background-color css

<style>
 a { background-color: #10050E; }

 a { background-color: rgb(16,5,14); }

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

border-color css

<style>
 span { border-color: #10050E; }

 span { border-color: rgb(16,5,14); }

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