#171B20

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

Shades of Black Pearl #171B20

Tints of Black Pearl #171B20

Color information

#171B20 (or 0x171B20) is unknown color: approx Black Pearl. HEX triplet: 17, 1B and 20. RGB value is (23,27,32). Sum of RGB (Red+Green+Blue) = 23+27+32=82 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.05% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 32 - color contains mainly: blue. Hex color #171B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171B20 is #E8E4DF. Grayscale: #1A1A1A. Windows color (decimal): -15262944 or 2104087. OLE color: 2104087.

HSL color Cylindrical-coordinate representation of color #171B20: hue angle of 213.33º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #171B20 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB232732-
CMYK0.280.1600.87
HSL213.33º16.36%10.78%-
HSV(B)213.33º28.12%12.55%-
XYZ1.011.071.52-
YUV26.37131.17125.59-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 28.05%
GREEN value IS 27 (10.94% from 255) = 32.93%
BLUE value IS 32 (12.89% from 255) = 39.02%
R=28.05%
G=32.93%
B=39.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2327320.280.1600.87213.3316.3610.78
Hex171B201C10057d510b
Octal273340342001273252013
Binary101111101110000011100100000101011111010101100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,27,32); }

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

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

 a { background-color: rgb(23,27,32); }

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

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

 span { border-color: rgb(23,27,32); }

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