#050D14

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

Shades of Black Pearl #050D14

Tints of Black Pearl #050D14

Color information

#050D14 (or 0x050D14) is unknown color: approx Black Pearl. HEX triplet: 05, 0D and 14. RGB value is (5,13,20). Sum of RGB (Red+Green+Blue) = 5+13+20=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 13 (5.47% from 255 or 34.21% from 38); Blue value is 20 (8.20% from 255 or 52.63% from 38); Max value from RGB is 20 - color contains mainly: blue. Hex color #050D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D14 is #FAF2EB. Grayscale: #0B0B0B. Windows color (decimal): -16446188 or 1314053. OLE color: 1314053.

HSL color Cylindrical-coordinate representation of color #050D14: hue angle of 208º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #050D14 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB51320-
CMYK0.750.3500.92
HSL208º60%4.9%-
HSV(B)208º75%7.84%-
XYZ0.330.370.72-
YUV11.41132.85123.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.16%
GREEN value IS 13 (5.47% from 255) = 34.21%
BLUE value IS 20 (8.20% from 255) = 52.63%
R=13.16%
G=34.21%
B=52.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal513200.750.3500.92208604.9
Hex5D144B2305Cd03c5
Octal51524113430134320745
Binary10111011010010010111000110101110011010000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,13,20); }

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

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

 a { background-color: rgb(5,13,20); }

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

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

 span { border-color: rgb(5,13,20); }

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