#0E1115

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

Shades of Black Pearl #0E1115

Tints of Black Pearl #0E1115

Color information

#0E1115 (or 0x0E1115) is unknown color: approx Black Pearl. HEX triplet: 0E, 11 and 15. RGB value is (14,17,21). Sum of RGB (Red+Green+Blue) = 14+17+21=52 (6% of max value = 765). Red value is 14 (5.86% from 255 or 26.92% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 21 - color contains mainly: blue. Hex color #0E1115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1115 is #F1EEEA. Grayscale: #101010. Windows color (decimal): -15855339 or 1380622. OLE color: 1380622.

HSL color Cylindrical-coordinate representation of color #0E1115: hue angle of 214.29º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0E1115 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB141721-
CMYK0.330.1900.92
HSL214.29º20%6.86%-
HSV(B)214.29º33.33%8.24%-
XYZ0.520.550.79-
YUV16.56130.51126.17-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 26.92%
GREEN value IS 17 (7.03% from 255) = 32.69%
BLUE value IS 21 (8.59% from 255) = 40.38%
R=26.92%
G=32.69%
B=40.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1417210.330.1900.92214.29206.86
HexE1115211305Cd6147
Octal16212541230134326247
Binary1110100011010110000110011010111001101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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