#050E1B

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

Shades of Black Pearl #050E1B

Tints of Black Pearl #050E1B

Color information

#050E1B (or 0x050E1B) is unknown color: approx Black Pearl. HEX triplet: 05, 0E and 1B. RGB value is (5,14,27). Sum of RGB (Red+Green+Blue) = 5+14+27=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 14 (5.86% from 255 or 30.43% from 46); Blue value is 27 (10.94% from 255 or 58.70% from 46); Max value from RGB is 27 - color contains mainly: blue. Hex color #050E1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E1B is #FAF1E4. Grayscale: #0C0C0C. Windows color (decimal): -16445925 or 1773061. OLE color: 1773061.

HSL color Cylindrical-coordinate representation of color #050E1B: hue angle of 215.45º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #050E1B is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB51427-
CMYK0.810.4800.89
HSL215.45º68.75%6.27%-
HSV(B)215.45º81.48%10.59%-
XYZ0.420.431.1-
YUV12.79136.02122.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.87%
GREEN value IS 14 (5.86% from 255) = 30.43%
BLUE value IS 27 (10.94% from 255) = 58.70%
R=10.87%
G=30.43%
B=58.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal514270.810.4800.89215.4568.756.27
Hex5E1B5130059d7456
Octal516331216001313271056
Binary101111011011101000111000001011001110101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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