#05171D

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

Shades of Black Pearl #05171D

Tints of Black Pearl #05171D

Color information

#05171D (or 0x05171D) is unknown color: approx Black Pearl. HEX triplet: 05, 17 and 1D. RGB value is (5,23,29). Sum of RGB (Red+Green+Blue) = 5+23+29=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #05171D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05171D is #FAE8E2. Grayscale: #121212. Windows color (decimal): -16443619 or 1906437. OLE color: 1906437.

HSL color Cylindrical-coordinate representation of color #05171D: hue angle of 195º 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 #05171D is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB52329-
CMYK0.830.2100.89
HSL195º70.59%6.67%-
HSV(B)195º82.76%11.37%-
XYZ0.590.731.27-
YUV18.3134.04118.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.77%
GREEN value IS 23 (9.38% from 255) = 40.35%
BLUE value IS 29 (11.72% from 255) = 50.88%
R=8.77%
G=40.35%
B=50.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal523290.830.2100.8919570.596.67
Hex5171D5315059c3477
Octal527351232501313031077
Binary101101111110110100111010101011001110000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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