#020406

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

Shades of Black Pearl #020406

Tints of Black Pearl #020406

Color information

#020406 (or 0x020406) is unknown color: approx Black Pearl. HEX triplet: 02, 04 and 06. RGB value is (2,4,6). Sum of RGB (Red+Green+Blue) = 2+4+6=12 (1% of max value = 765). Red value is 2 (1.17% from 255 or 16.67% from 12); Green value is 4 (1.95% from 255 or 33.33% from 12); Blue value is 6 (2.73% from 255 or 50% from 12); Max value from RGB is 6 - color contains mainly: blue. Hex color #020406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020406 is #FDFBF9. Grayscale: #030303. Windows color (decimal): -16645114 or 394242. OLE color: 394242.

HSL color Cylindrical-coordinate representation of color #020406: hue angle of 210º 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 #020406 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB246-
CMYK0.670.3300.98
HSL210º50%1.57%-
HSV(B)210º66.67%2.35%-
XYZ0.10.110.19-
YUV3.63129.34126.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 16.67%
GREEN value IS 4 (1.95% from 255) = 33.33%
BLUE value IS 6 (2.73% from 255) = 50%
R=16.67%
G=33.33%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal2460.670.3300.98210501.57
Hex2464321062d2322
Octal246103410142322622
Binary101001101000011100001011000101101001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020406; }

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

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

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

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

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

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

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

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