#050D11

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

Shades of Black Pearl #050D11

Tints of Black Pearl #050D11

Color information

#050D11 (or 0x050D11) is unknown color: approx Black Pearl. HEX triplet: 05, 0D and 11. RGB value is (5,13,17). Sum of RGB (Red+Green+Blue) = 5+13+17=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 13 (5.47% from 255 or 37.14% from 35); Blue value is 17 (7.03% from 255 or 48.57% from 35); Max value from RGB is 17 - color contains mainly: blue. Hex color #050D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D11 is #FAF2EE. Grayscale: #0B0B0B. Windows color (decimal): -16446191 or 1117445. OLE color: 1117445.

HSL color Cylindrical-coordinate representation of color #050D11: hue angle of 200º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #050D11 is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB51317-
CMYK0.710.2400.93
HSL200º54.55%4.31%-
HSV(B)200º70.59%6.67%-
XYZ0.310.360.58-
YUV11.06131.35123.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 14.29%
GREEN value IS 13 (5.47% from 255) = 37.14%
BLUE value IS 17 (7.03% from 255) = 48.57%
R=14.29%
G=37.14%
B=48.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal513170.710.2400.9320054.554.31
Hex5D11471805Dc8374
Octal51521107300135310674
Binary1011101100011000111110000101110111001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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