#0E161F

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

Shades of Black Pearl #0E161F

Tints of Black Pearl #0E161F

Color information

#0E161F (or 0x0E161F) is unknown color: approx Black Pearl. HEX triplet: 0E, 16 and 1F. RGB value is (14,22,31). Sum of RGB (Red+Green+Blue) = 14+22+31=67 (8% of max value = 765). Red value is 14 (5.86% from 255 or 20.90% from 67); Green value is 22 (8.98% from 255 or 32.84% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E161F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E161F is #F1E9E0. Grayscale: #141414. Windows color (decimal): -15854049 or 2037262. OLE color: 2037262.

HSL color Cylindrical-coordinate representation of color #0E161F: hue angle of 211.76º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0E161F is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB142231-
CMYK0.550.2900.88
HSL211.76º37.78%8.82%-
HSV(B)211.76º54.84%12.16%-
XYZ0.720.771.41-
YUV20.63133.85123.27-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20.90%
GREEN value IS 22 (8.98% from 255) = 32.84%
BLUE value IS 31 (12.5% from 255) = 46.27%
R=20.90%
G=32.84%
B=46.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1422310.550.2900.88211.7637.788.82
HexE161F371D058d4269
Octal162637673501303244611
Binary111010110111111101111110101011000110101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,22,31); }

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

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

 a { background-color: rgb(14,22,31); }

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

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

 span { border-color: rgb(14,22,31); }

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