#000506

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

Shades of Black Pearl #000506

Tints of Black Pearl #000506

Color information

#000506 (or 0x000506) is unknown color: approx Black Pearl. HEX triplet: 00, 05 and 06. RGB value is (0,5,6). Sum of RGB (Red+Green+Blue) = 0+5+6=11 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 11); Green value is 5 (2.34% from 255 or 45.45% from 11); Blue value is 6 (2.73% from 255 or 54.55% from 11); Max value from RGB is 6 - color contains mainly: blue. Hex color #000506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000506 is #FFFAF9. Grayscale: #030303. Windows color (decimal): -16775930 or 394496. OLE color: 394496.

HSL color Cylindrical-coordinate representation of color #000506: hue angle of 190º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000506 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB056-
CMYK10.1700.98
HSL190º100%1.18%-
HSV(B)190º100%2.35%-
XYZ0.090.120.19-
YUV3.62129.34125.42-

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) = 45.45%
BLUE value IS 6 (2.73% from 255) = 54.55%
R=0%
G=45.45%
B=54.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal05610.1700.981901001.18
Hex0566411062be641
Octal0561442101422761441
Binary0101110110010010001011000101011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000506; }

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

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

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

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

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

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

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

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