#060100

Color #060100 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #060100

Tints of Black #060100

Color information

#060100 (or 0x060100) is unknown color: approx Black. HEX triplet: 06, 01 and 00. RGB value is (6,1,0). Sum of RGB (Red+Green+Blue) = 6+1+0=7 (0% of max value = 765). Red value is 6 (2.73% from 255 or 85.71% from 7); Green value is 1 (0.78% from 255 or 14.29% from 7); Blue value is 0 (0.39% from 255 or 0% from 7); Max value from RGB is 6 - color contains mainly: red. Hex color #060100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060100 is #F9FEFF. Grayscale: #020202. Windows color (decimal): -16383744 or 262. OLE color: 262.

HSL color Cylindrical-coordinate representation of color #060100: hue angle of 10º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060100 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.98.

Color convert

RGB610-
CMYK00.8310.98
HSL10º100%1.18%-
HSV(B)10º100%2.35%-
XYZ0.090.060.01-
YUV2.38126.66130.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 85.71%
GREEN value IS 1 (0.78% from 255) = 14.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.71%
G=14.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal61000.8310.98101001.18
Hex6100536462a641
Octal6100123144142121441
Binary110100101001111001001100010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060100; }

 p { color: rgb(6,1,0); }

 H1.HeaderClassName
 {
   color: #060100;
 }
 .AnyTagClassName
 {
   color: #060100;
 }
</style>
background-color css

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

 a { background-color: rgb(6,1,0); }

 div.DivClassName
 {
   background-color: #060100;
 }
 .BgClassName
 {
   background-color: #060100;
 }
</style>
border-color css

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

 span { border-color: rgb(6,1,0); }

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