#050C16

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

Shades of Black Pearl #050C16

Tints of Black Pearl #050C16

Color information

#050C16 (or 0x050C16) is unknown color: approx Black Pearl. HEX triplet: 05, 0C and 16. RGB value is (5,12,22). Sum of RGB (Red+Green+Blue) = 5+12+22=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 12 (5.08% from 255 or 30.77% from 39); Blue value is 22 (8.98% from 255 or 56.41% from 39); Max value from RGB is 22 - color contains mainly: blue. Hex color #050C16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C16 is #FAF3E9. Grayscale: #0B0B0B. Windows color (decimal): -16446442 or 1444869. OLE color: 1444869.

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

Color convert

RGB51222-
CMYK0.770.4500.91
HSL215.29º62.96%5.29%-
HSV(B)215.29º77.27%8.63%-
XYZ0.340.350.81-
YUV11.05134.18123.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.82%
GREEN value IS 12 (5.08% from 255) = 30.77%
BLUE value IS 22 (8.98% from 255) = 56.41%
R=12.82%
G=30.77%
B=56.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal512220.770.4500.91215.2962.965.29
Hex5C164D2D05Bd73f5
Octal51426115550133327775
Binary10111001011010011011011010101101111010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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