#050E13

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

Shades of Black Pearl #050E13

Tints of Black Pearl #050E13

Color information

#050E13 (or 0x050E13) is unknown color: approx Black Pearl. HEX triplet: 05, 0E and 13. RGB value is (5,14,19). Sum of RGB (Red+Green+Blue) = 5+14+19=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 14 (5.86% from 255 or 36.84% from 38); Blue value is 19 (7.81% from 255 or 50% from 38); Max value from RGB is 19 - color contains mainly: blue. Hex color #050E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E13 is #FAF1EC. Grayscale: #0B0B0B. Windows color (decimal): -16445933 or 1248773. OLE color: 1248773.

HSL color Cylindrical-coordinate representation of color #050E13: hue angle of 201.43º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #050E13 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB51419-
CMYK0.740.2600.93
HSL201.43º58.33%4.71%-
HSV(B)201.43º73.68%7.45%-
XYZ0.340.390.67-
YUV11.88132.02123.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.16%
GREEN value IS 14 (5.86% from 255) = 36.84%
BLUE value IS 19 (7.81% from 255) = 50%
R=13.16%
G=36.84%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal514190.740.2600.93201.4358.334.71
Hex5E134A1A05Dc93a5
Octal51623112320135311725
Binary1011110100111001010110100101110111001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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