#172A31

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

Shades of Black Pearl #172A31

Tints of Black Pearl #172A31

Color information

#172A31 (or 0x172A31) is unknown color: approx Black Pearl. HEX triplet: 17, 2A and 31. RGB value is (23,42,49). Sum of RGB (Red+Green+Blue) = 23+42+49=114 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20.18% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 49 - color contains mainly: blue. Hex color #172A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172A31 is #E8D5CE. Grayscale: #252525. Windows color (decimal): -15259087 or 3222039. OLE color: 3222039.

HSL color Cylindrical-coordinate representation of color #172A31: hue angle of 196.15º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #172A31 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB234249-
CMYK0.530.1400.81
HSL196.15º36.11%14.12%-
HSV(B)196.15º53.06%19.22%-
XYZ1.742.063.21-
YUV37.12134.71117.93-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.18%
GREEN value IS 42 (16.80% from 255) = 36.84%
BLUE value IS 49 (19.53% from 255) = 42.98%
R=20.18%
G=36.84%
B=42.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2342490.530.1400.81196.1536.1114.12
Hex172A3135E051c424e
Octal275261651601213044416
Binary10111101010110001110101111001010001110001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172A31; }

 p { color: rgb(23,42,49); }

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

<style>
 a { background-color: #172A31; }

 a { background-color: rgb(23,42,49); }

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

<style>
 span { border-color: #172A31; }

 span { border-color: rgb(23,42,49); }

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