#05171F

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

Shades of Black Pearl #05171F

Tints of Black Pearl #05171F

Color information

#05171F (or 0x05171F) is unknown color: approx Black Pearl. HEX triplet: 05, 17 and 1F. RGB value is (5,23,31). Sum of RGB (Red+Green+Blue) = 5+23+31=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 23 (9.38% from 255 or 38.98% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #05171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05171F is #FAE8E0. Grayscale: #121212. Windows color (decimal): -16443617 or 2037509. OLE color: 2037509.

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

Color convert

RGB52331-
CMYK0.840.2600.88
HSL198.46º72.22%7.06%-
HSV(B)198.46º83.87%12.16%-
XYZ0.620.741.41-
YUV18.53135.04118.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.47%
GREEN value IS 23 (9.38% from 255) = 38.98%
BLUE value IS 31 (12.5% from 255) = 52.54%
R=8.47%
G=38.98%
B=52.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal523310.840.2600.88198.4672.227.06
Hex5171F541A058c6487
Octal527371243201303061107
Binary101101111111110101001101001011000110001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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