#050F11

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

Shades of Black Pearl #050F11

Tints of Black Pearl #050F11

Color information

#050F11 (or 0x050F11) is unknown color: approx Black Pearl. HEX triplet: 05, 0F and 11. RGB value is (5,15,17). Sum of RGB (Red+Green+Blue) = 5+15+17=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 15 (6.25% from 255 or 40.54% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 17 - color contains mainly: blue. Hex color #050F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F11 is #FAF0EE. Grayscale: #0C0C0C. Windows color (decimal): -16445679 or 1117957. OLE color: 1117957.

HSL color Cylindrical-coordinate representation of color #050F11: hue angle of 190º 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 #050F11 is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB51517-
CMYK0.710.1200.93
HSL190º54.55%4.31%-
HSV(B)190º70.59%6.67%-
XYZ0.330.410.59-
YUV12.24130.69122.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.51%
GREEN value IS 15 (6.25% from 255) = 40.54%
BLUE value IS 17 (7.03% from 255) = 45.95%
R=13.51%
G=40.54%
B=45.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal515170.710.1200.9319054.554.31
Hex5F1147C05Dbe374
Octal51721107140135276674
Binary101111110001100011111000101110110111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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