#000609

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

Shades of Black Pearl #000609

Tints of Black Pearl #000609

Color information

#000609 (or 0x000609) is unknown color: approx Black Pearl. HEX triplet: 00, 06 and 09. RGB value is (0,6,9). Sum of RGB (Red+Green+Blue) = 0+6+9=15 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 15); Green value is 6 (2.73% from 255 or 40% from 15); Blue value is 9 (3.91% from 255 or 60% from 15); Max value from RGB is 9 - color contains mainly: blue. Hex color #000609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000609 is #FFF9F6. Grayscale: #040404. Windows color (decimal): -16775671 or 591360. OLE color: 591360.

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

Color convert

RGB069-
CMYK10.3300.96
HSL200º100%1.76%-
HSV(B)200º100%3.53%-
XYZ0.110.150.28-
YUV4.55130.51124.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 6 (2.73% from 255) = 40%
BLUE value IS 9 (3.91% from 255) = 60%
R=0%
G=40%
B=60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal06910.3300.962001001.76
Hex0696421060c8642
Octal06111444101403101442
Binary0110100111001001000010110000011001000110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000609; }

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

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

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

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

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

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

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

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