Html Css Color HEX #000E12 Black Pearl

📋 copy color: '#000E12'

red 0 ◦ green 14 ◦ blue 18

#000E12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #000E12

Tints of Black Pearl #000E12

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 value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#000E12 (or 0x000E12) is known color: 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

RGB 0 14 18 -
CMYK 1 0.22 0 0.93
HSL 193.33º 1% 0.04% -
HSV(B) 193.33º 1% 0.07% -
XYZ 0.27 0.36 0.63 -
YUV 10.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 0 14 18 1 0.22 0 0.93 193.33 1 0.04
Hex 0 E 12 64 16 0 5D C1 64 4
Octal 0 16 22 144 26 0 135 301 144 4
Binary 0 1110 10010 1100100 10110 0 1011101 11000001 1100100 100

Color Harmonies of #000E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000E12

Black with #000E12

Text Example


Text Example

White with #000E12

Text Example


Text Example

HTML Codes & Css Web 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>