#020709

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

Shades of Black Pearl #020709

Tints of Black Pearl #020709

Color information

#020709 (or 0x020709) is unknown color: approx Black Pearl. HEX triplet: 02, 07 and 09. RGB value is (2,7,9). Sum of RGB (Red+Green+Blue) = 2+7+9=18 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.11% from 18); Green value is 7 (3.12% from 255 or 38.89% from 18); Blue value is 9 (3.91% from 255 or 50% from 18); Max value from RGB is 9 - color contains mainly: blue. Hex color #020709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020709 is #FDF8F6. Grayscale: #050505. Windows color (decimal): -16644343 or 591618. OLE color: 591618.

HSL color Cylindrical-coordinate representation of color #020709: hue angle of 197.14º 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 #020709 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB279-
CMYK0.780.2200.96
HSL197.14º63.64%2.16%-
HSV(B)197.14º77.78%3.53%-
XYZ0.150.180.29-
YUV5.73129.84125.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 11.11%
GREEN value IS 7 (3.12% from 255) = 38.89%
BLUE value IS 9 (3.91% from 255) = 50%
R=11.11%
G=38.89%
B=50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal2790.780.2200.96197.1463.642.16
Hex2794E16060c5402
Octal27111162601403051002
Binary1011110011001110101100110000011000101100000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020709; }

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

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

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

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

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

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

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

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