#171A1D

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

Shades of Black Pearl #171A1D

Tints of Black Pearl #171A1D

Color information

#171A1D (or 0x171A1D) is unknown color: approx Black Pearl. HEX triplet: 17, 1A and 1D. RGB value is (23,26,29). Sum of RGB (Red+Green+Blue) = 23+26+29=78 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.49% from 78); Green value is 26 (10.55% from 255 or 33.33% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 29 - color contains mainly: blue. Hex color #171A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171A1D is #E8E5E2. Grayscale: #191919. Windows color (decimal): -15263203 or 1907223. OLE color: 1907223.

HSL color Cylindrical-coordinate representation of color #171A1D: hue angle of 210º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #171A1D is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB232629-
CMYK0.210.1000.89
HSL210º11.54%10.2%-
HSV(B)210º20.69%11.37%-
XYZ0.941.011.31-
YUV25.44130.01126.26-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 29.49%
GREEN value IS 26 (10.55% from 255) = 33.33%
BLUE value IS 29 (11.72% from 255) = 37.18%
R=29.49%
G=33.33%
B=37.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2326290.210.1000.8921011.5410.2
Hex171A1D15A059d2ca
Octal273235251201313221412
Binary101111101011101101011010010110011101001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171A1D; }

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

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

<style>
 a { background-color: #171A1D; }

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

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

<style>
 span { border-color: #171A1D; }

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

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