#081116

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

Shades of Black Pearl #081116

Tints of Black Pearl #081116

Color information

#081116 (or 0x081116) is unknown color: approx Black Pearl. HEX triplet: 08, 11 and 16. RGB value is (8,17,22). Sum of RGB (Red+Green+Blue) = 8+17+22=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 22 - color contains mainly: blue. Hex color #081116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081116 is #F7EEE9. Grayscale: #0E0E0E. Windows color (decimal): -16248554 or 1446152. OLE color: 1446152.

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

Color convert

RGB81722-
CMYK0.640.2300.91
HSL201.43º46.67%5.88%-
HSV(B)201.43º63.64%8.63%-
XYZ0.450.510.83-
YUV14.88132.02123.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.02%
GREEN value IS 17 (7.03% from 255) = 36.17%
BLUE value IS 22 (8.98% from 255) = 46.81%
R=17.02%
G=36.17%
B=46.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal817220.640.2300.91201.4346.675.88
Hex81116401705Bc92f6
Octal102126100270133311576
Binary100010001101101000000101110101101111001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081116; }

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

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

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

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

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

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

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

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