#050D15

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

Shades of Black Pearl #050D15

Tints of Black Pearl #050D15

Color information

#050D15 (or 0x050D15) is unknown color: approx Black Pearl. HEX triplet: 05, 0D and 15. RGB value is (5,13,21). Sum of RGB (Red+Green+Blue) = 5+13+21=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 13 (5.47% from 255 or 33.33% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #050D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D15 is #FAF2EA. Grayscale: #0B0B0B. Windows color (decimal): -16446187 or 1379589. OLE color: 1379589.

HSL color Cylindrical-coordinate representation of color #050D15: hue angle of 210º 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 #050D15 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB51321-
CMYK0.760.3800.92
HSL210º61.54%5.1%-
HSV(B)210º76.19%8.24%-
XYZ0.340.370.76-
YUV11.52133.35123.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.82%
GREEN value IS 13 (5.47% from 255) = 33.33%
BLUE value IS 21 (8.59% from 255) = 53.85%
R=12.82%
G=33.33%
B=53.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal513210.760.3800.9221061.545.1
Hex5D154C2605Cd23e5
Octal51525114460134322765
Binary10111011010110011001001100101110011010010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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