#050F16

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

Shades of Black Pearl #050F16

Tints of Black Pearl #050F16

Color information

#050F16 (or 0x050F16) is unknown color: approx Black Pearl. HEX triplet: 05, 0F and 16. RGB value is (5,15,22). Sum of RGB (Red+Green+Blue) = 5+15+22=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 22 (8.98% from 255 or 52.38% from 42); Max value from RGB is 22 - color contains mainly: blue. Hex color #050F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F16 is #FAF0E9. Grayscale: #0C0C0C. Windows color (decimal): -16445674 or 1445637. OLE color: 1445637.

HSL color Cylindrical-coordinate representation of color #050F16: hue angle of 204.71º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #050F16 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB51522-
CMYK0.770.3200.91
HSL204.71º62.96%5.29%-
HSV(B)204.71º77.27%8.63%-
XYZ0.380.430.82-
YUV12.81133.19122.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.90%
GREEN value IS 15 (6.25% from 255) = 35.71%
BLUE value IS 22 (8.98% from 255) = 52.38%
R=11.90%
G=35.71%
B=52.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal515220.770.3200.91204.7162.965.29
Hex5F164D2005Bcd3f5
Octal51726115400133315775
Binary10111111011010011011000000101101111001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,15,22); }

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

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

 a { background-color: rgb(5,15,22); }

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

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

 span { border-color: rgb(5,15,22); }

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