#000E16

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

Shades of Black Pearl #000E16

Tints of Black Pearl #000E16

Color information

#000E16 (or 0x000E16) is unknown color: approx Black Pearl. HEX triplet: 00, 0E and 16. RGB value is (0,14,22). Sum of RGB (Red+Green+Blue) = 0+14+22=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 14 (5.86% from 255 or 38.89% from 36); Blue value is 22 (8.98% from 255 or 61.11% from 36); Max value from RGB is 22 - color contains mainly: blue. Hex color #000E16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000E16 is #FFF1E9. Grayscale: #0A0A0A. Windows color (decimal): -16773610 or 1445376. OLE color: 1445376.

HSL color Cylindrical-coordinate representation of color #000E16: hue angle of 201.82º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E16 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB01422-
CMYK10.3600.91
HSL201.82º100%4.31%-
HSV(B)201.82º100%8.63%-
XYZ0.30.370.81-
YUV10.73134.36120.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 14 (5.86% from 255) = 38.89%
BLUE value IS 22 (8.98% from 255) = 61.11%
R=0%
G=38.89%
B=61.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0142210.3600.91201.821004.31
Hex0E16642405Bca644
Octal016261444401333121444
Binary0111010110110010010010001011011110010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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