#05111F

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

Shades of Black Pearl #05111F

Tints of Black Pearl #05111F

Color information

#05111F (or 0x05111F) is unknown color: approx Black Pearl. HEX triplet: 05, 11 and 1F. RGB value is (5,17,31). Sum of RGB (Red+Green+Blue) = 5+17+31=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #05111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05111F is #FAEEE0. Grayscale: #0E0E0E. Windows color (decimal): -16445153 or 2035973. OLE color: 2035973.

HSL color Cylindrical-coordinate representation of color #05111F: hue angle of 212.31º 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 #05111F is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB51731-
CMYK0.840.4500.88
HSL212.31º72.22%7.06%-
HSV(B)212.31º83.87%12.16%-
XYZ0.510.531.37-
YUV15.01137.02120.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.43%
GREEN value IS 17 (7.03% from 255) = 32.08%
BLUE value IS 31 (12.5% from 255) = 58.49%
R=9.43%
G=32.08%
B=58.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal517310.840.4500.88212.3172.227.06
Hex5111F542D058d4487
Octal521371245501303241107
Binary1011000111111101010010110101011000110101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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