#051016

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

Shades of Black Pearl #051016

Tints of Black Pearl #051016

Color information

#051016 (or 0x051016) is unknown color: approx Black Pearl. HEX triplet: 05, 10 and 16. RGB value is (5,16,22). Sum of RGB (Red+Green+Blue) = 5+16+22=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 16 (6.64% from 255 or 37.21% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #051016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051016 is #FAEFE9. Grayscale: #0D0D0D. Windows color (decimal): -16445418 or 1445893. OLE color: 1445893.

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

Color convert

RGB51622-
CMYK0.770.2700.91
HSL201.18º62.96%5.29%-
HSV(B)201.18º77.27%8.63%-
XYZ0.390.460.83-
YUV13.4132.86122.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.63%
GREEN value IS 16 (6.64% from 255) = 37.21%
BLUE value IS 22 (8.98% from 255) = 51.16%
R=11.63%
G=37.21%
B=51.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal516220.770.2700.91201.1862.965.29
Hex510164D1B05Bc93f5
Octal52026115330133311775
Binary10110000101101001101110110101101111001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051016; }

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

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

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

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

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

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

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

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