#0E1011

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

Shades of Black Pearl #0E1011

Tints of Black Pearl #0E1011

Color information

#0E1011 (or 0x0E1011) is unknown color: approx Black Pearl. HEX triplet: 0E, 10 and 11. RGB value is (14,16,17). Sum of RGB (Red+Green+Blue) = 14+16+17=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 16 (6.64% from 255 or 34.04% from 47); Blue value is 17 (7.03% from 255 or 36.17% from 47); Max value from RGB is 17 - color contains mainly: blue. Hex color #0E1011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1011 is #F1EFEE. Grayscale: #0F0F0F. Windows color (decimal): -15855599 or 1118222. OLE color: 1118222.

HSL color Cylindrical-coordinate representation of color #0E1011: hue angle of 200º degrees, saturation: 0.1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #0E1011 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB141617-
CMYK0.180.0600.93
HSL200º9.68%6.08%-
HSV(B)200º17.65%6.67%-
XYZ0.470.50.6-
YUV15.52128.84126.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 29.79%
GREEN value IS 16 (6.64% from 255) = 34.04%
BLUE value IS 17 (7.03% from 255) = 36.17%
R=29.79%
G=34.04%
B=36.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1416170.180.0600.932009.686.08
HexE101112605Dc8a6
Octal1620212260135310126
Binary111010000100011001011001011101110010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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