#050E11

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

Shades of Black Pearl #050E11

Tints of Black Pearl #050E11

Color information

#050E11 (or 0x050E11) is unknown color: approx Black Pearl. HEX triplet: 05, 0E and 11. RGB value is (5,14,17). Sum of RGB (Red+Green+Blue) = 5+14+17=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 14 (5.86% from 255 or 38.89% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 17 - color contains mainly: blue. Hex color #050E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E11 is #FAF1EE. Grayscale: #0B0B0B. Windows color (decimal): -16445935 or 1117701. OLE color: 1117701.

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

Color convert

RGB51417-
CMYK0.710.1800.93
HSL195º54.55%4.31%-
HSV(B)195º70.59%6.67%-
XYZ0.320.390.59-
YUV11.65131.02123.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.89%
GREEN value IS 14 (5.86% from 255) = 38.89%
BLUE value IS 17 (7.03% from 255) = 47.22%
R=13.89%
G=38.89%
B=47.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal514170.710.1800.9319554.554.31
Hex5E11471205Dc3374
Octal51621107220135303674
Binary1011110100011000111100100101110111000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050E11; }

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

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

<style>
 a { background-color: #050E11; }

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

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

<style>
 span { border-color: #050E11; }

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

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