#060201

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

Shades of Black #060201

Tints of Black #060201

Color information

#060201 (or 0x060201) is unknown color: approx Black. HEX triplet: 06, 02 and 01. RGB value is (6,2,1). Sum of RGB (Red+Green+Blue) = 6+2+1=9 (1% of max value = 765). Red value is 6 (2.73% from 255 or 66.67% from 9); Green value is 2 (1.17% from 255 or 22.22% from 9); Blue value is 1 (0.78% from 255 or 11.11% from 9); Max value from RGB is 6 - color contains mainly: red. Hex color #060201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060201 is #F9FDFE. Grayscale: #030303. Windows color (decimal): -16383487 or 66054. OLE color: 66054.

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

Color convert

RGB621-
CMYK00.670.830.98
HSL12º71.43%1.37%-
HSV(B)12º83.33%2.35%-
XYZ0.10.080.04-
YUV3.08126.83130.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 66.67%
GREEN value IS 2 (1.17% from 255) = 22.22%
BLUE value IS 1 (0.78% from 255) = 11.11%
R=66.67%
G=22.22%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal62100.670.830.981271.431.37
Hex6210435362c471
Octal6210103123142141071
Binary1101010100001110100111100010110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060201; }

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

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

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

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

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

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

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

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