#080E16

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

Shades of Black Pearl #080E16

Tints of Black Pearl #080E16

Color information

#080E16 (or 0x080E16) is unknown color: approx Black Pearl. HEX triplet: 08, 0E and 16. RGB value is (8,14,22). Sum of RGB (Red+Green+Blue) = 8+14+22=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 14 (5.86% from 255 or 31.82% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #080E16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E16 is #F7F1E9. Grayscale: #0D0D0D. Windows color (decimal): -16249322 or 1445384. OLE color: 1445384.

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

Color convert

RGB81422-
CMYK0.640.3600.91
HSL214.29º46.67%5.88%-
HSV(B)214.29º63.64%8.63%-
XYZ0.40.420.82-
YUV13.12133.01124.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 18.18%
GREEN value IS 14 (5.86% from 255) = 31.82%
BLUE value IS 22 (8.98% from 255) = 50%
R=18.18%
G=31.82%
B=50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal814220.640.3600.91214.2946.675.88
Hex8E16402405Bd62f6
Octal101626100440133326576
Binary100011101011010000001001000101101111010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080E16; }

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

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

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

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

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

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

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

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