#050E16

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

Shades of Black Pearl #050E16

Tints of Black Pearl #050E16

Color information

#050E16 (or 0x050E16) is unknown color: approx Black Pearl. HEX triplet: 05, 0E and 16. RGB value is (5,14,22). Sum of RGB (Red+Green+Blue) = 5+14+22=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 14 (5.86% from 255 or 34.15% from 41); Blue value is 22 (8.98% from 255 or 53.66% from 41); Max value from RGB is 22 - color contains mainly: blue. Hex color #050E16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E16 is #FAF1E9. Grayscale: #0C0C0C. Windows color (decimal): -16445930 or 1445381. OLE color: 1445381.

HSL color Cylindrical-coordinate representation of color #050E16: hue angle of 208.24º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #050E16 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB51422-
CMYK0.770.3600.91
HSL208.24º62.96%5.29%-
HSV(B)208.24º77.27%8.63%-
XYZ0.360.40.82-
YUV12.22133.52122.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.20%
GREEN value IS 14 (5.86% from 255) = 34.15%
BLUE value IS 22 (8.98% from 255) = 53.66%
R=12.20%
G=34.15%
B=53.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal514220.770.3600.91208.2462.965.29
Hex5E164D2405Bd03f5
Octal51626115440133320775
Binary10111101011010011011001000101101111010000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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