#050E1C

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

Shades of Black Pearl #050E1C

Tints of Black Pearl #050E1C

Color information

#050E1C (or 0x050E1C) is unknown color: approx Black Pearl. HEX triplet: 05, 0E and 1C. RGB value is (5,14,28). Sum of RGB (Red+Green+Blue) = 5+14+28=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 28 (11.33% from 255 or 59.57% from 47); Max value from RGB is 28 - color contains mainly: blue. Hex color #050E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E1C is #FAF1E3. Grayscale: #0C0C0C. Windows color (decimal): -16445924 or 1838597. OLE color: 1838597.

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

Color convert

RGB51428-
CMYK0.820.5000.89
HSL216.52º69.7%6.47%-
HSV(B)216.52º82.14%10.98%-
XYZ0.430.431.16-
YUV12.9136.52122.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.64%
GREEN value IS 14 (5.86% from 255) = 29.79%
BLUE value IS 28 (11.33% from 255) = 59.57%
R=10.64%
G=29.79%
B=59.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal514280.820.5000.89216.5269.76.47
Hex5E1C5232059d9466
Octal516341226201313311066
Binary101111011100101001011001001011001110110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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