#000E1C

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

Shades of Black Pearl #000E1C

Tints of Black Pearl #000E1C

Color information

#000E1C (or 0x000E1C) is unknown color: approx Black Pearl. HEX triplet: 00, 0E and 1C. RGB value is (0,14,28). Sum of RGB (Red+Green+Blue) = 0+14+28=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 14 (5.86% from 255 or 33.33% from 42); Blue value is 28 (11.33% from 255 or 66.67% from 42); Max value from RGB is 28 - color contains mainly: blue. Hex color #000E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E1C is #FFF1E3. Grayscale: #0B0B0B. Windows color (decimal): -16773604 or 1838592. OLE color: 1838592.

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

Color convert

RGB01428-
CMYK10.5000.89
HSL210º100%5.49%-
HSV(B)210º100%10.98%-
XYZ0.370.41.16-
YUV11.41137.36119.86-

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) = 33.33%
BLUE value IS 28 (11.33% from 255) = 66.67%
R=0%
G=33.33%
B=66.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0142810.5000.892101005.49
Hex0E1C6432059d2645
Octal016341446201313221445
Binary0111011100110010011001001011001110100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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