#000E18

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

Shades of Black Pearl #000E18

Tints of Black Pearl #000E18

Color information

#000E18 (or 0x000E18) is unknown color: approx Black Pearl. HEX triplet: 00, 0E and 18. RGB value is (0,14,24). Sum of RGB (Red+Green+Blue) = 0+14+24=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 14 (5.86% from 255 or 36.84% from 38); Blue value is 24 (9.77% from 255 or 63.16% from 38); Max value from RGB is 24 - color contains mainly: blue. Hex color #000E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000E18 is #FFF1E7. Grayscale: #0A0A0A. Windows color (decimal): -16773608 or 1576448. OLE color: 1576448.

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

Color convert

RGB01424-
CMYK10.4200.91
HSL205º100%4.71%-
HSV(B)205º100%9.41%-
XYZ0.320.380.92-
YUV10.95135.36120.19-

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) = 36.84%
BLUE value IS 24 (9.77% from 255) = 63.16%
R=0%
G=36.84%
B=63.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0142410.4200.912051004.71
Hex0E18642A05Bcd645
Octal016301445201333151445
Binary0111011000110010010101001011011110011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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