#050D19

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

Shades of Black Pearl #050D19

Tints of Black Pearl #050D19

Color information

#050D19 (or 0x050D19) is unknown color: approx Black Pearl. HEX triplet: 05, 0D and 19. RGB value is (5,13,25). Sum of RGB (Red+Green+Blue) = 5+13+25=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 13 (5.47% from 255 or 30.23% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #050D19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D19 is #FAF2E6. Grayscale: #0B0B0B. Windows color (decimal): -16446183 or 1641733. OLE color: 1641733.

HSL color Cylindrical-coordinate representation of color #050D19: hue angle of 216º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #050D19 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB51325-
CMYK0.800.4800.90
HSL216º66.67%5.88%-
HSV(B)216º80%9.8%-
XYZ0.380.390.97-
YUV11.98135.35123.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.63%
GREEN value IS 13 (5.47% from 255) = 30.23%
BLUE value IS 25 (10.16% from 255) = 58.14%
R=11.63%
G=30.23%
B=58.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal513250.800.4800.9021666.675.88
Hex5D19503005Ad8436
Octal515311206001323301036
Binary101110111001101000011000001011010110110001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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