#010100

#010100 color hex

#010100 hex color information.
RGB value of #010100 is (1,1,0)
Change page background color to #010100 | Reset

#010100 rgb color chart

Color spaces of #010100

RGB 110
HSL0.171.000.00
HSV60°100°
CMYK 0.000.001.00   1.00
XYZ0.02340.02820.0042
Yxy0.02820.41940.5054
Hunter Lab1.6793-0.45141.0272
CIE-Lab0.2547-0.13940.3791

Shades of #010100

Tints of #010100

RGB Percentages of Color #010100

%50.00
%50.00
%0.00

CMYK Percentages of Color #010100

%0
%0
%100
%100

#010100 Color Info

#010100 hex color red value is 1, green value is 1 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #010100 hue: 0.17 , saturation: 1.00 and the lightness value of 010100 is 0.00.

The process color (four color CMYK) of #010100 hex color is 0.00, 0.00, 1.00, 1.00. Web safe color of #010100 is #000000

Color #010100 contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000001 00000000
Octal 1 1 0
Decimal 1 1 0
Hexadecimal 1 1 0

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #010100

Triadic Colors of #010100

#010100 #000001 #010000

Analogous Colors of #010100

#010100 #000100 #010000

Complementary Color of #010100

#010100 #000001

#010100 HSL Color Chart
#010100 hsl color chart
#010100 RGB Color Chart

#010100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#010100 Color CSS Codes

.mybgcolor {background-color:#010100; } 
.myforecolor {color:#010100; }
.mybordercolor {border:3px solid #010100; }
Sample text font color #010100

This sample text font color is #010100
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

html code
<p style="color:#010100">Text here</p>
#010100 background color

This div background color is #010100

<div style="background-color:#010100">
Div content here</div>
#010100 border color

This div border color is #010100

<div style="border:3px solid #010100">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #010100 Color Sample
#010100border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(1,1,0, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #010100; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #010100;
  -webkit-box-shadow: 1px 1px 3px 2px #010100;
  box-shadow:         1px 1px 3px 2px #010100; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,1,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #010100">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #010100

<div style="-moz-box-shadow: 1px 1px 3px 2px #010100;
  -webkit-box-shadow: 1px 1px 3px 2px #010100;
  box-shadow:         1px 1px 3px 2px #010100;">
Div content here</div>

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top