#081516

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

Shades of Black Pearl #081516

Tints of Black Pearl #081516

Color information

#081516 (or 0x081516) is unknown color: approx Black Pearl. HEX triplet: 08, 15 and 16. RGB value is (8,21,22). Sum of RGB (Red+Green+Blue) = 8+21+22=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 22 (8.98% from 255 or 43.14% from 51); Max value from RGB is 22 - color contains mainly: blue. Hex color #081516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081516 is #F7EAE9. Grayscale: #111111. Windows color (decimal): -16247530 or 1447176. OLE color: 1447176.

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

Color convert

RGB82122-
CMYK0.640.0500.91
HSL184.29º46.67%5.88%-
HSV(B)184.29º63.64%8.63%-
XYZ0.510.650.86-
YUV17.23130.69121.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.69%
GREEN value IS 21 (8.59% from 255) = 41.18%
BLUE value IS 22 (8.98% from 255) = 43.14%
R=15.69%
G=41.18%
B=43.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal821220.640.0500.91184.2946.675.88
Hex8151640505Bb82f6
Octal10252610050133270576
Binary1000101011011010000001010101101110111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081516; }

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

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

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

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

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

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

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

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