#02060A

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

Shades of Black Pearl #02060A

Tints of Black Pearl #02060A

Color information

#02060A (or 0x02060A) is unknown color: approx Black Pearl. HEX triplet: 02, 06 and 0A. RGB value is (2,6,10). Sum of RGB (Red+Green+Blue) = 2+6+10=18 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.11% from 18); Green value is 6 (2.73% from 255 or 33.33% from 18); Blue value is 10 (4.30% from 255 or 55.56% from 18); Max value from RGB is 10 - color contains mainly: blue. Hex color #02060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02060A is #FDF9F5. Grayscale: #050505. Windows color (decimal): -16644598 or 656898. OLE color: 656898.

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

Color convert

RGB2610-
CMYK0.80.400.96
HSL210º66.67%2.35%-
HSV(B)210º80%3.92%-
XYZ0.140.170.31-
YUV5.26130.67125.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 11.11%
GREEN value IS 6 (2.73% from 255) = 33.33%
BLUE value IS 10 (4.30% from 255) = 55.56%
R=11.11%
G=33.33%
B=55.56%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal26100.80.400.9621066.672.35
Hex26A5028060d2432
Octal26121205001403221032
Binary10110101010100001010000110000011010010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02060A; }

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

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

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

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

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

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

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

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