#0E1114

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

Shades of Black Pearl #0E1114

Tints of Black Pearl #0E1114

Color information

#0E1114 (or 0x0E1114) is unknown color: approx Black Pearl. HEX triplet: 0E, 11 and 14. RGB value is (14,17,20). Sum of RGB (Red+Green+Blue) = 14+17+20=51 (6% of max value = 765). Red value is 14 (5.86% from 255 or 27.45% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 20 - color contains mainly: blue. Hex color #0E1114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1114 is #F1EEEB. Grayscale: #101010. Windows color (decimal): -15855340 or 1315086. OLE color: 1315086.

HSL color Cylindrical-coordinate representation of color #0E1114: hue angle of 210º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #0E1114 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB141720-
CMYK0.300.1500.92
HSL210º17.65%6.67%-
HSV(B)210º30%7.84%-
XYZ0.510.540.74-
YUV16.44130.01126.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 27.45%
GREEN value IS 17 (7.03% from 255) = 33.33%
BLUE value IS 20 (8.20% from 255) = 39.22%
R=27.45%
G=33.33%
B=39.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1417200.300.1500.9221017.656.67
HexE11141EF05Cd2127
Octal16212436170134322227
Binary11101000110100111101111010111001101001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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