#050D18

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

Shades of Black Pearl #050D18

Tints of Black Pearl #050D18

Color information

#050D18 (or 0x050D18) is unknown color: approx Black Pearl. HEX triplet: 05, 0D and 18. RGB value is (5,13,24). Sum of RGB (Red+Green+Blue) = 5+13+24=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 13 (5.47% from 255 or 30.95% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #050D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D18 is #FAF2E7. Grayscale: #0B0B0B. Windows color (decimal): -16446184 or 1576197. OLE color: 1576197.

HSL color Cylindrical-coordinate representation of color #050D18: hue angle of 214.74º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #050D18 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB51324-
CMYK0.790.4600.91
HSL214.74º65.52%5.69%-
HSV(B)214.74º79.17%9.41%-
XYZ0.370.390.92-
YUV11.86134.85123.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.90%
GREEN value IS 13 (5.47% from 255) = 30.95%
BLUE value IS 24 (9.77% from 255) = 57.14%
R=11.90%
G=30.95%
B=57.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal513240.790.4600.91214.7465.525.69
Hex5D184F2E05Bd7426
Octal515301175601333271026
Binary101110111000100111110111001011011110101111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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