#020609

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

Shades of Black Pearl #020609

Tints of Black Pearl #020609

Color information

#020609 (or 0x020609) is unknown color: approx Black Pearl. HEX triplet: 02, 06 and 09. RGB value is (2,6,9). Sum of RGB (Red+Green+Blue) = 2+6+9=17 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.76% from 17); Green value is 6 (2.73% from 255 or 35.29% from 17); Blue value is 9 (3.91% from 255 or 52.94% from 17); Max value from RGB is 9 - color contains mainly: blue. Hex color #020609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020609 is #FDF9F6. Grayscale: #050505. Windows color (decimal): -16644599 or 591362. OLE color: 591362.

HSL color Cylindrical-coordinate representation of color #020609: hue angle of 205.71º degrees, saturation: 0.64, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #020609 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB269-
CMYK0.780.3300.96
HSL205.71º63.64%2.16%-
HSV(B)205.71º77.78%3.53%-
XYZ0.140.160.28-
YUV5.15130.17125.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 11.76%
GREEN value IS 6 (2.73% from 255) = 35.29%
BLUE value IS 9 (3.91% from 255) = 52.94%
R=11.76%
G=35.29%
B=52.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal2690.780.3300.96205.7163.642.16
Hex2694E21060ce402
Octal26111164101403161002
Binary10110100110011101000010110000011001110100000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020609; }

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

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

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

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

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

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

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

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