#050E17

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

Shades of Black Pearl #050E17

Tints of Black Pearl #050E17

Color information

#050E17 (or 0x050E17) is unknown color: approx Black Pearl. HEX triplet: 05, 0E and 17. RGB value is (5,14,23). Sum of RGB (Red+Green+Blue) = 5+14+23=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 14 (5.86% from 255 or 33.33% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #050E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E17 is #FAF1E8. Grayscale: #0C0C0C. Windows color (decimal): -16445929 or 1510917. OLE color: 1510917.

HSL color Cylindrical-coordinate representation of color #050E17: hue angle of 210º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #050E17 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB51423-
CMYK0.780.3900.91
HSL210º64.29%5.49%-
HSV(B)210º78.26%9.02%-
XYZ0.370.410.87-
YUV12.34134.02122.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.90%
GREEN value IS 14 (5.86% from 255) = 33.33%
BLUE value IS 23 (9.38% from 255) = 54.76%
R=11.90%
G=33.33%
B=54.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal514230.780.3900.9121064.295.49
Hex5E174E2705Bd2405
Octal516271164701333221005
Binary101111010111100111010011101011011110100101000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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