#172B31

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

Shades of Black Pearl #172B31

Tints of Black Pearl #172B31

Color information

#172B31 (or 0x172B31) is unknown color: approx Black Pearl. HEX triplet: 17, 2B and 31. RGB value is (23,43,49). Sum of RGB (Red+Green+Blue) = 23+43+49=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 49 - color contains mainly: blue. Hex color #172B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172B31 is #E8D4CE. Grayscale: #252525. Windows color (decimal): -15258831 or 3222295. OLE color: 3222295.

HSL color Cylindrical-coordinate representation of color #172B31: hue angle of 193.85º 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 #172B31 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB234349-
CMYK0.530.1200.81
HSL193.85º36.11%14.12%-
HSV(B)193.85º53.06%19.22%-
XYZ1.772.133.22-
YUV37.7134.37117.51-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20%
GREEN value IS 43 (17.19% from 255) = 37.39%
BLUE value IS 49 (19.53% from 255) = 42.61%
R=20%
G=37.39%
B=42.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2343490.530.1200.81193.8536.1114.12
Hex172B3135C051c224e
Octal275361651401213024416
Binary10111101011110001110101110001010001110000101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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