#010609

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

Shades of Black Pearl #010609

Tints of Black Pearl #010609

Color information

#010609 (or 0x010609) is unknown color: approx Black Pearl. HEX triplet: 01, 06 and 09. RGB value is (1,6,9). Sum of RGB (Red+Green+Blue) = 1+6+9=16 (2% of max value = 765). Red value is 1 (0.78% from 255 or 6.25% from 16); Green value is 6 (2.73% from 255 or 37.5% from 16); Blue value is 9 (3.91% from 255 or 56.25% from 16); Max value from RGB is 9 - color contains mainly: blue. Hex color #010609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010609 is #FEF9F6. Grayscale: #040404. Windows color (decimal): -16710135 or 591361. OLE color: 591361.

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

Color convert

RGB169-
CMYK0.890.3300.96
HSL202.5º80%1.96%-
HSV(B)202.5º88.89%3.53%-
XYZ0.130.160.28-
YUV4.85130.34125.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 6.25%
GREEN value IS 6 (2.73% from 255) = 37.5%
BLUE value IS 9 (3.91% from 255) = 56.25%
R=6.25%
G=37.5%
B=56.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal1690.890.3300.96202.5801.96
Hex1695921060ca502
Octal16111314101403121202
Binary1110100110110011000010110000011001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010609; }

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

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

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

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

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

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

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

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