#000E12

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

Shades of Black Pearl #000E12

Tints of Black Pearl #000E12

Color information

#000E12 (or 0x000E12) is unknown color: approx Black Pearl. HEX triplet: 00, 0E and 12. RGB value is (0,14,18). Sum of RGB (Red+Green+Blue) = 0+14+18=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 14 (5.86% from 255 or 43.75% from 32); Blue value is 18 (7.42% from 255 or 56.25% from 32); Max value from RGB is 18 - color contains mainly: blue. Hex color #000E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000E12 is #FFF1ED. Grayscale: #0A0A0A. Windows color (decimal): -16773614 or 1183232. OLE color: 1183232.

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

Color convert

RGB01418-
CMYK10.2200.93
HSL193.33º100%3.53%-
HSV(B)193.33º100%7.06%-
XYZ0.270.360.63-
YUV10.27132.36120.67-

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) = 43.75%
BLUE value IS 18 (7.42% from 255) = 56.25%
R=0%
G=43.75%
B=56.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal0141810.2200.93193.331003.53
Hex0E12641605Dc1644
Octal016221442601353011444
Binary011101001011001001011001011101110000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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