Html Css Color HEX #10050C Melanzane

📋 copy color: '#10050C'

red 16 ◦ green 5 ◦ blue 12

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

Shades of Melanzane #10050C

Tints of Melanzane #10050C

RGB

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

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

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

R = 48.48%
G = 15.15%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.94

RGB Variations

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

Color information

#10050C (or 0x10050C) is known color: Melanzane. HEX triplet: 10, 05 and 0C. RGB value is (16,5,12). Sum of RGB (Red+Green+Blue) = 16+5+12=33 (4% of max value = 765). Red value is 16 (6.64% from 255 or 48.48% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 12 (5.08% from 255 or 36.36% from 33); Max value from RGB is 16 - color contains mainly: red. Hex color #10050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10050C is #EFFAF3. Grayscale: #090909. Windows color (decimal): -15727348 or 787728. OLE color: 787728.

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

Color convert

RGB 16 5 12 -
CMYK 0 0.69 0.25 0.94
HSL 321.82º 0.52% 0.04% -
HSV(B) 321.82º 0.69% 0.06% -
XYZ 0.33 0.25 0.38 -
YUV 9.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 16 5 12 0 0.69 0.25 0.94 321.82 0.52 0.04
Hex 10 5 C 0 45 19 5E 142 34 4
Octal 20 5 14 0 105 31 136 502 64 4
Binary 10000 101 1100 0 1000101 11001 1011110 101000010 110100 100

Color Harmonies of #10050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10050C

Black with #10050C

Text Example


Text Example

White with #10050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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