Html Css Color HEX #000609 Black Pearl

📋 copy color: '#000609'

red 0 ◦ green 6 ◦ blue 9

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

Shades of Black Pearl #000609

Tints of Black Pearl #000609

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

 M value IS 0.33

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

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

RGB 0 6 9 -
CMYK 1 0.33 0 0.96
HSL 200º 1% 0.02% -
HSV(B) 200º 1% 0.04% -
XYZ 0.11 0.15 0.28 -
YUV 4.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 0 6 9 1 0.33 0 0.96 200 1 0.02
Hex 0 6 9 64 21 0 60 C8 64 2
Octal 0 6 11 144 41 0 140 310 144 2
Binary 0 110 1001 1100100 100001 0 1100000 11001000 1100100 10

Color Harmonies of #000609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000609

Black with #000609

Text Example


Text Example

White with #000609

Text Example


Text Example

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