#010509

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

Shades of Black Pearl #010509

Tints of Black Pearl #010509

Color information

#010509 (or 0x010509) is unknown color: approx Black Pearl. HEX triplet: 01, 05 and 09. RGB value is (1,5,9). Sum of RGB (Red+Green+Blue) = 1+5+9=15 (1% of max value = 765). Red value is 1 (0.78% from 255 or 6.67% from 15); Green value is 5 (2.34% from 255 or 33.33% 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 #010509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010509 is #FEFAF6. Grayscale: #040404. Windows color (decimal): -16710391 or 591105. OLE color: 591105.

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

Color convert

RGB159-
CMYK0.890.4400.96
HSL210º80%1.96%-
HSV(B)210º88.89%3.53%-
XYZ0.120.130.28-
YUV4.26130.67125.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 6.67%
GREEN value IS 5 (2.34% from 255) = 33.33%
BLUE value IS 9 (3.91% from 255) = 60%
R=6.67%
G=33.33%
B=60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal1590.890.4400.96210801.96
Hex159592C060d2502
Octal15111315401403221202
Binary1101100110110011011000110000011010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010509; }

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

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

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

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

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

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

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

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