#0E1A1C

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

Shades of Black Pearl #0E1A1C

Tints of Black Pearl #0E1A1C

Color information

#0E1A1C (or 0x0E1A1C) is unknown color: approx Black Pearl. HEX triplet: 0E, 1A and 1C. RGB value is (14,26,28). Sum of RGB (Red+Green+Blue) = 14+26+28=68 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.59% from 68); Green value is 26 (10.55% from 255 or 38.24% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E1A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1A1C is #F1E5E3. Grayscale: #161616. Windows color (decimal): -15853028 or 1841678. OLE color: 1841678.

HSL color Cylindrical-coordinate representation of color #0E1A1C: hue angle of 188.57º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0E1A1C is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB142628-
CMYK0.500.0700.89
HSL188.57º33.33%8.24%-
HSV(B)188.57º50%10.98%-
XYZ0.760.921.24-
YUV22.64131.02121.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20.59%
GREEN value IS 26 (10.55% from 255) = 38.24%
BLUE value IS 28 (11.33% from 255) = 41.18%
R=20.59%
G=38.24%
B=41.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1426280.500.0700.89188.5733.338.24
HexE1A1C327059bd218
Octal16323462701312754110
Binary1110110101110011001011101011001101111011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E1A1C; }

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

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

<style>
 a { background-color: #0E1A1C; }

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

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

<style>
 span { border-color: #0E1A1C; }

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

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