#050B10

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

Shades of Black Pearl #050B10

Tints of Black Pearl #050B10

Color information

#050B10 (or 0x050B10) is unknown color: approx Black Pearl. HEX triplet: 05, 0B and 10. RGB value is (5,11,16). Sum of RGB (Red+Green+Blue) = 5+11+16=32 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.62% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 16 (6.64% from 255 or 50% from 32); Max value from RGB is 16 - color contains mainly: blue. Hex color #050B10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B10 is #FAF4EF. Grayscale: #090909. Windows color (decimal): -16446704 or 1051397. OLE color: 1051397.

HSL color Cylindrical-coordinate representation of color #050B10: hue angle of 207.27º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #050B10 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB51116-
CMYK0.690.3100.94
HSL207.27º52.38%4.12%-
HSV(B)207.27º68.75%6.27%-
XYZ0.280.310.54-
YUV9.78131.51124.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 15.62%
GREEN value IS 11 (4.69% from 255) = 34.38%
BLUE value IS 16 (6.64% from 255) = 50%
R=15.62%
G=34.38%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal511160.690.3100.94207.2752.384.12
Hex5B10451F05Ecf344
Octal51320105370136317644
Binary1011011100001000101111110101111011001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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