#0E202C

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

Shades of Black Pearl #0E202C

Tints of Black Pearl #0E202C

Color information

#0E202C (or 0x0E202C) is unknown color: approx Black Pearl. HEX triplet: 0E, 20 and 2C. RGB value is (14,32,44). Sum of RGB (Red+Green+Blue) = 14+32+44=90 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.56% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 44 (17.58% from 255 or 48.89% from 90); Max value from RGB is 44 - color contains mainly: blue. Hex color #0E202C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E202C is #F1DFD3. Grayscale: #1B1B1B. Windows color (decimal): -15851476 or 2891790. OLE color: 2891790.

HSL color Cylindrical-coordinate representation of color #0E202C: hue angle of 204º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0E202C is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB143244-
CMYK0.680.2700.83
HSL204º51.72%11.37%-
HSV(B)204º68.18%17.25%-
XYZ1.151.312.57-
YUV27.99137.04118.02-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.56%
GREEN value IS 32 (12.89% from 255) = 35.56%
BLUE value IS 44 (17.58% from 255) = 48.89%
R=15.56%
G=35.56%
B=48.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1432440.680.2700.8320451.7211.37
HexE202C441B053cc34b
Octal1640541043301233146413
Binary111010000010110010001001101101010011110011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,32,44); }

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

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

 a { background-color: rgb(14,32,44); }

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

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

 span { border-color: rgb(14,32,44); }

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