Html Css Color HEX #000509 Black Pearl

📋 copy color: '#000509'

red 0 ◦ green 5 ◦ blue 9

#000509
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #000509

Tints of Black Pearl #000509

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 value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#000509 (or 0x000509) is known color: 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

RGB 0 5 9 -
CMYK 1 0.44 0 0.96
HSL 206.67º 1% 0.02% -
HSV(B) 206.67º 1% 0.04% -
XYZ 0.1 0.13 0.28 -
YUV 3.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 0 5 9 1 0.44 0 0.96 206.67 1 0.02
Hex 0 5 9 64 2C 0 60 CF 64 2
Octal 0 5 11 144 54 0 140 317 144 2
Binary 0 101 1001 1100100 101100 0 1100000 11001111 1100100 10

Color Harmonies of #000509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000509

Black with #000509

Text Example


Text Example

White with #000509

Text Example


Text Example

HTML Codes & Css Web 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>