#000509

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

Shades of Black Pearl #000509

Tints of Black Pearl #000509

Color information

#000509 (or 0x000509) is unknown color: approx Black Pearl. HEX triplet: 00, 05 and 09. RGB value is (0,5,9). Sum of RGB (Red+Green+Blue) = 0+5+9=14 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 14); Green value is 5 (2.34% from 255 or 35.71% from 14); Blue value is 9 (3.91% from 255 or 64.29% from 14); Max value from RGB is 9 - color contains mainly: blue. Hex color #000509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000509 is #FFFAF6. Grayscale: #030303. Windows color (decimal): -16775927 or 591104. OLE color: 591104.

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

Color convert

RGB059-
CMYK10.4400.96
HSL206.67º100%1.76%-
HSV(B)206.67º100%3.53%-
XYZ0.10.130.28-
YUV3.96130.84125.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 35.71%
BLUE value IS 9 (3.91% from 255) = 64.29%
R=0%
G=35.71%
B=64.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal05910.4400.96206.671001.76
Hex059642C060cf642
Octal05111445401403171442
Binary0101100111001001011000110000011001111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000509; }

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

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

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

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

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

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

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

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