#050F10

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

Shades of Black Pearl #050F10

Tints of Black Pearl #050F10

Color information

#050F10 (or 0x050F10) is unknown color: approx Black Pearl. HEX triplet: 05, 0F and 10. RGB value is (5,15,16). Sum of RGB (Red+Green+Blue) = 5+15+16=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 15 (6.25% from 255 or 41.67% from 36); Blue value is 16 (6.64% from 255 or 44.44% from 36); Max value from RGB is 16 - color contains mainly: blue. Hex color #050F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F10 is #FAF0EF. Grayscale: #0C0C0C. Windows color (decimal): -16445680 or 1052421. OLE color: 1052421.

HSL color Cylindrical-coordinate representation of color #050F10: hue angle of 185.45º 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 #050F10 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB51516-
CMYK0.690.0600.94
HSL185.45º52.38%4.12%-
HSV(B)185.45º68.75%6.27%-
XYZ0.330.410.55-
YUV12.12130.19122.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.89%
GREEN value IS 15 (6.25% from 255) = 41.67%
BLUE value IS 16 (6.64% from 255) = 44.44%
R=13.89%
G=41.67%
B=44.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal515160.690.0600.94185.4552.384.12
Hex5F1045605Eb9344
Octal5172010560136271644
Binary10111111000010001011100101111010111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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