#171A1E

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

Shades of Black Pearl #171A1E

Tints of Black Pearl #171A1E

Color information

#171A1E (or 0x171A1E) is unknown color: approx Black Pearl. HEX triplet: 17, 1A and 1E. RGB value is (23,26,30). Sum of RGB (Red+Green+Blue) = 23+26+30=79 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.11% from 79); Green value is 26 (10.55% from 255 or 32.91% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 30 - color contains mainly: blue. Hex color #171A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171A1E is #E8E5E1. Grayscale: #191919. Windows color (decimal): -15263202 or 1972759. OLE color: 1972759.

HSL color Cylindrical-coordinate representation of color #171A1E: hue angle of 214.29º 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 #171A1E is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB232630-
CMYK0.230.1300.88
HSL214.29º13.21%10.39%-
HSV(B)214.29º23.33%11.76%-
XYZ0.961.011.37-
YUV25.56130.51126.17-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 29.11%
GREEN value IS 26 (10.55% from 255) = 32.91%
BLUE value IS 30 (12.11% from 255) = 37.97%
R=29.11%
G=32.91%
B=37.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2326300.230.1300.88214.2913.2110.39
Hex171A1E17D058d6da
Octal273236271501303261512
Binary101111101011110101111101010110001101011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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