#050E10

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

Shades of Black Pearl #050E10

Tints of Black Pearl #050E10

Color information

#050E10 (or 0x050E10) is unknown color: approx Black Pearl. HEX triplet: 05, 0E and 10. RGB value is (5,14,16). Sum of RGB (Red+Green+Blue) = 5+14+16=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 14 (5.86% from 255 or 40% from 35); Blue value is 16 (6.64% from 255 or 45.71% from 35); Max value from RGB is 16 - color contains mainly: blue. Hex color #050E10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E10 is #FAF1EF. Grayscale: #0B0B0B. Windows color (decimal): -16445936 or 1052165. OLE color: 1052165.

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

Color convert

RGB51416-
CMYK0.690.1300.94
HSL190.91º52.38%4.12%-
HSV(B)190.91º68.75%6.27%-
XYZ0.310.380.55-
YUV11.54130.52123.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 14.29%
GREEN value IS 14 (5.86% from 255) = 40%
BLUE value IS 16 (6.64% from 255) = 45.71%
R=14.29%
G=40%
B=45.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal514160.690.1300.94190.9152.384.12
Hex5E1045D05Ebf344
Octal51620105150136277644
Binary101111010000100010111010101111010111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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