#05161D

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

Shades of Black Pearl #05161D

Tints of Black Pearl #05161D

Color information

#05161D (or 0x05161D) is unknown color: approx Black Pearl. HEX triplet: 05, 16 and 1D. RGB value is (5,22,29). Sum of RGB (Red+Green+Blue) = 5+22+29=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 22 (8.98% from 255 or 39.29% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #05161D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05161D is #FAE9E2. Grayscale: #111111. Windows color (decimal): -16443875 or 1906181. OLE color: 1906181.

HSL color Cylindrical-coordinate representation of color #05161D: hue angle of 197.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #05161D is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB52229-
CMYK0.830.2400.89
HSL197.5º70.59%6.67%-
HSV(B)197.5º82.76%11.37%-
XYZ0.570.691.27-
YUV17.72134.37118.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.93%
GREEN value IS 22 (8.98% from 255) = 39.29%
BLUE value IS 29 (11.72% from 255) = 51.79%
R=8.93%
G=39.29%
B=51.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal522290.830.2400.89197.570.596.67
Hex5161D5318059c6477
Octal526351233001313061077
Binary101101101110110100111100001011001110001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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