#0E141B

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

Shades of Black Pearl #0E141B

Tints of Black Pearl #0E141B

Color information

#0E141B (or 0x0E141B) is unknown color: approx Black Pearl. HEX triplet: 0E, 14 and 1B. RGB value is (14,20,27). Sum of RGB (Red+Green+Blue) = 14+20+27=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 27 - color contains mainly: blue. Hex color #0E141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E141B is #F1EBE4. Grayscale: #121212. Windows color (decimal): -15854565 or 1774606. OLE color: 1774606.

HSL color Cylindrical-coordinate representation of color #0E141B: hue angle of 212.31º degrees, saturation: 0.32, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0E141B is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB142027-
CMYK0.480.2600.89
HSL212.31º31.71%8.04%-
HSV(B)212.31º48.15%10.59%-
XYZ0.630.671.13-
YUV19132.51124.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.95%
GREEN value IS 20 (8.20% from 255) = 32.79%
BLUE value IS 27 (10.94% from 255) = 44.26%
R=22.95%
G=32.79%
B=44.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1420270.480.2600.89212.3131.718.04
HexE141B301A059d4208
Octal162433603201313244010
Binary111010100110111100001101001011001110101001000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,20,27); }

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

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

 a { background-color: rgb(14,20,27); }

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

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

 span { border-color: rgb(14,20,27); }

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