#081014

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

Shades of Black Pearl #081014

Tints of Black Pearl #081014

Color information

#081014 (or 0x081014) is unknown color: approx Black Pearl. HEX triplet: 08, 10 and 14. RGB value is (8,16,20). Sum of RGB (Red+Green+Blue) = 8+16+20=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #081014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081014 is #F7EFEB. Grayscale: #0E0E0E. Windows color (decimal): -16248812 or 1314824. OLE color: 1314824.

HSL color Cylindrical-coordinate representation of color #081014: hue angle of 200º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #081014 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB81620-
CMYK0.600.2000.92
HSL200º42.86%5.49%-
HSV(B)200º60%7.84%-
XYZ0.410.470.73-
YUV14.06131.35123.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 18.18%
GREEN value IS 16 (6.64% from 255) = 36.36%
BLUE value IS 20 (8.20% from 255) = 45.45%
R=18.18%
G=36.36%
B=45.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal816200.600.2000.9220042.865.49
Hex810143C1405Cc82b5
Octal10202474240134310535
Binary10001000010100111100101000101110011001000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081014; }

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

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

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

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

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

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

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

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