#050D17

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

Shades of Black Pearl #050D17

Tints of Black Pearl #050D17

Color information

#050D17 (or 0x050D17) is unknown color: approx Black Pearl. HEX triplet: 05, 0D and 17. RGB value is (5,13,23). Sum of RGB (Red+Green+Blue) = 5+13+23=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 13 (5.47% from 255 or 31.71% from 41); Blue value is 23 (9.38% from 255 or 56.10% from 41); Max value from RGB is 23 - color contains mainly: blue. Hex color #050D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D17 is #FAF2E8. Grayscale: #0B0B0B. Windows color (decimal): -16446185 or 1510661. OLE color: 1510661.

HSL color Cylindrical-coordinate representation of color #050D17: hue angle of 213.33º 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 #050D17 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB51323-
CMYK0.780.4300.91
HSL213.33º64.29%5.49%-
HSV(B)213.33º78.26%9.02%-
XYZ0.360.380.87-
YUV11.75134.35123.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.20%
GREEN value IS 13 (5.47% from 255) = 31.71%
BLUE value IS 23 (9.38% from 255) = 56.10%
R=12.20%
G=31.71%
B=56.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal513230.780.4300.91213.3364.295.49
Hex5D174E2B05Bd5405
Octal515271165301333251005
Binary101110110111100111010101101011011110101011000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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