#171D1E

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

Shades of Black Pearl #171D1E

Tints of Black Pearl #171D1E

Color information

#171D1E (or 0x171D1E) is unknown color: approx Black Pearl. HEX triplet: 17, 1D and 1E. RGB value is (23,29,30). Sum of RGB (Red+Green+Blue) = 23+29+30=82 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.05% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 30 - color contains mainly: blue. Hex color #171D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171D1E is #E8E2E1. Grayscale: #1B1B1B. Windows color (decimal): -15262434 or 1973527. OLE color: 1973527.

HSL color Cylindrical-coordinate representation of color #171D1E: hue angle of 188.57º degrees, saturation: 0.13, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #171D1E is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB232930-
CMYK0.230.0300.88
HSL188.57º13.21%10.39%-
HSV(B)188.57º23.33%11.76%-
XYZ1.031.151.4-
YUV27.32129.51124.92-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 28.05%
GREEN value IS 29 (11.72% from 255) = 35.37%
BLUE value IS 30 (12.11% from 255) = 36.59%
R=28.05%
G=35.37%
B=36.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2329300.230.0300.88188.5713.2110.39
Hex171D1E173058bdda
Octal27353627301302751512
Binary1011111101111101011111010110001011110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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