#000816

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

Shades of Black Pearl #000816

Tints of Black Pearl #000816

Color information

#000816 (or 0x000816) is unknown color: approx Black Pearl. HEX triplet: 00, 08 and 16. RGB value is (0,8,22). Sum of RGB (Red+Green+Blue) = 0+8+22=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 8 (3.52% from 255 or 26.67% from 30); Blue value is 22 (8.98% from 255 or 73.33% from 30); Max value from RGB is 22 - color contains mainly: blue. Hex color #000816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000816 is #FFF7E9. Grayscale: #070707. Windows color (decimal): -16775146 or 1443840. OLE color: 1443840.

HSL color Cylindrical-coordinate representation of color #000816: hue angle of 218.18º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000816 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB0822-
CMYK10.6400.91
HSL218.18º100%4.31%-
HSV(B)218.18º100%8.63%-
XYZ0.230.230.79-
YUV7.2136.35122.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 26.67%
BLUE value IS 22 (8.98% from 255) = 73.33%
R=0%
G=26.67%
B=73.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal082210.6400.91218.181004.31
Hex0816644005Bda644
Octal0102614410001333321444
Binary01000101101100100100000001011011110110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000816; }

 p { color: rgb(0,8,22); }

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

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

 a { background-color: rgb(0,8,22); }

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

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

 span { border-color: rgb(0,8,22); }

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