#050D16

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

Shades of Black Pearl #050D16

Tints of Black Pearl #050D16

Color information

#050D16 (or 0x050D16) is unknown color: approx Black Pearl. HEX triplet: 05, 0D and 16. RGB value is (5,13,22). Sum of RGB (Red+Green+Blue) = 5+13+22=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 13 (5.47% from 255 or 32.5% from 40); Blue value is 22 (8.98% from 255 or 55% from 40); Max value from RGB is 22 - color contains mainly: blue. Hex color #050D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D16 is #FAF2E9. Grayscale: #0B0B0B. Windows color (decimal): -16446186 or 1445125. OLE color: 1445125.

HSL color Cylindrical-coordinate representation of color #050D16: hue angle of 211.76º 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 #050D16 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB51322-
CMYK0.770.4100.91
HSL211.76º62.96%5.29%-
HSV(B)211.76º77.27%8.63%-
XYZ0.350.380.81-
YUV11.63133.85123.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.5%
GREEN value IS 13 (5.47% from 255) = 32.5%
BLUE value IS 22 (8.98% from 255) = 55%
R=12.5%
G=32.5%
B=55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal513220.770.4100.91211.7662.965.29
Hex5D164D2905Bd43f5
Octal51526115510133324775
Binary10111011011010011011010010101101111010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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