#081016

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

Shades of Black Pearl #081016

Tints of Black Pearl #081016

Color information

#081016 (or 0x081016) is unknown color: approx Black Pearl. HEX triplet: 08, 10 and 16. RGB value is (8,16,22). Sum of RGB (Red+Green+Blue) = 8+16+22=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 22 (8.98% from 255 or 47.83% from 46); Max value from RGB is 22 - color contains mainly: blue. Hex color #081016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081016 is #F7EFE9. Grayscale: #0E0E0E. Windows color (decimal): -16248810 or 1445896. OLE color: 1445896.

HSL color Cylindrical-coordinate representation of color #081016: hue angle of 205.71º 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 #081016 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB81622-
CMYK0.640.2700.91
HSL205.71º46.67%5.88%-
HSV(B)205.71º63.64%8.63%-
XYZ0.430.480.83-
YUV14.29132.35123.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.39%
GREEN value IS 16 (6.64% from 255) = 34.78%
BLUE value IS 22 (8.98% from 255) = 47.83%
R=17.39%
G=34.78%
B=47.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal816220.640.2700.91205.7146.675.88
Hex81016401B05Bce2f6
Octal102026100330133316576
Binary100010000101101000000110110101101111001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081016; }

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

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

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

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

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

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

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

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