#050E15

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

Shades of Black Pearl #050E15

Tints of Black Pearl #050E15

Color information

#050E15 (or 0x050E15) is unknown color: approx Black Pearl. HEX triplet: 05, 0E and 15. RGB value is (5,14,21). Sum of RGB (Red+Green+Blue) = 5+14+21=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 14 (5.86% from 255 or 35% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #050E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E15 is #FAF1EA. Grayscale: #0C0C0C. Windows color (decimal): -16445931 or 1379845. OLE color: 1379845.

HSL color Cylindrical-coordinate representation of color #050E15: hue angle of 206.25º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #050E15 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB51421-
CMYK0.760.3300.92
HSL206.25º61.54%5.1%-
HSV(B)206.25º76.19%8.24%-
XYZ0.350.40.77-
YUV12.11133.02122.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.5%
GREEN value IS 14 (5.86% from 255) = 35%
BLUE value IS 21 (8.59% from 255) = 52.5%
R=12.5%
G=35%
B=52.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal514210.760.3300.92206.2561.545.1
Hex5E154C2105Cce3e5
Octal51625114410134316765
Binary10111101010110011001000010101110011001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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