#05161B

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

Shades of Black Pearl #05161B

Tints of Black Pearl #05161B

Color information

#05161B (or 0x05161B) is unknown color: approx Black Pearl. HEX triplet: 05, 16 and 1B. RGB value is (5,22,27). Sum of RGB (Red+Green+Blue) = 5+22+27=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 22 (8.98% from 255 or 40.74% from 54); Blue value is 27 (10.94% from 255 or 50% from 54); Max value from RGB is 27 - color contains mainly: blue. Hex color #05161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05161B is #FAE9E4. Grayscale: #111111. Windows color (decimal): -16443877 or 1775109. OLE color: 1775109.

HSL color Cylindrical-coordinate representation of color #05161B: hue angle of 193.64º 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 #05161B is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB52227-
CMYK0.810.1900.89
HSL193.64º68.75%6.27%-
HSV(B)193.64º81.48%10.59%-
XYZ0.550.691.14-
YUV17.49133.37119.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.26%
GREEN value IS 22 (8.98% from 255) = 40.74%
BLUE value IS 27 (10.94% from 255) = 50%
R=9.26%
G=40.74%
B=50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal522270.810.1900.89193.6468.756.27
Hex5161B5113059c2456
Octal526331212301313021056
Binary101101101101110100011001101011001110000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05161B; }

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

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

<style>
 a { background-color: #05161B; }

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

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

<style>
 span { border-color: #05161B; }

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

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