#05161F

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

Shades of Black Pearl #05161F

Tints of Black Pearl #05161F

Color information

#05161F (or 0x05161F) is unknown color: approx Black Pearl. HEX triplet: 05, 16 and 1F. RGB value is (5,22,31). Sum of RGB (Red+Green+Blue) = 5+22+31=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 22 (8.98% from 255 or 37.93% from 58); Blue value is 31 (12.5% from 255 or 53.45% from 58); Max value from RGB is 31 - color contains mainly: blue. Hex color #05161F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05161F is #FAE9E0. Grayscale: #111111. Windows color (decimal): -16443873 or 2037253. OLE color: 2037253.

HSL color Cylindrical-coordinate representation of color #05161F: hue angle of 200.77º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #05161F is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB52231-
CMYK0.840.2900.88
HSL200.77º72.22%7.06%-
HSV(B)200.77º83.87%12.16%-
XYZ0.60.711.4-
YUV17.94135.37118.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.62%
GREEN value IS 22 (8.98% from 255) = 37.93%
BLUE value IS 31 (12.5% from 255) = 53.45%
R=8.62%
G=37.93%
B=53.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal522310.840.2900.88200.7772.227.06
Hex5161F541D058c9487
Octal526371243501303111107
Binary101101101111110101001110101011000110010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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