#060202

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

Shades of Black #060202

Tints of Black #060202

Color information

#060202 (or 0x060202) is unknown color: approx Black. HEX triplet: 06, 02 and 02. RGB value is (6,2,2). Sum of RGB (Red+Green+Blue) = 6+2+2=10 (1% of max value = 765). Red value is 6 (2.73% from 255 or 60% from 10); Green value is 2 (1.17% from 255 or 20% from 10); Blue value is 2 (1.17% from 255 or 20% from 10); Max value from RGB is 6 - color contains mainly: red. Hex color #060202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060202 is #F9FDFD. Grayscale: #030303. Windows color (decimal): -16383486 or 131590. OLE color: 131590.

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

Color convert

RGB622-
CMYK00.670.670.98
HSL50%1.57%-
HSV(B)66.67%2.35%-
XYZ0.110.090.07-
YUV3.2127.33130-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 60%
GREEN value IS 2 (1.17% from 255) = 20%
BLUE value IS 2 (1.17% from 255) = 20%
R=60%
G=20%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal62200.670.670.980501.57
Hex62204343620322
Octal62201031031420622
Binary11010100100001110000111100010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060202; }

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

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

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

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

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

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

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

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